]> git.kaiwu.me - njs.git/commit
Added the "name" property to the Function prototype object.
authorValentin Bartenev <vbart@nginx.com>
Sat, 4 May 2019 14:12:35 +0000 (17:12 +0300)
committerValentin Bartenev <vbart@nginx.com>
Sat, 4 May 2019 14:12:35 +0000 (17:12 +0300)
commit1123505d8b7aff4ce6b98dfc8c6918c921e82477
tree6569357eec29178a129ed6f956a6095082a96b2d
parent30e26c819ec4ebb847e8af88e234d48cc4a51dd2
Added the "name" property to the Function prototype object.

Its value according to the ES6+ specification must be the empty String.
njs/njs_function.c