]> git.kaiwu.me - njs.git/commit
Introduced "global" and "globalThis" aliases to the global object.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 14 Jan 2020 13:52:42 +0000 (16:52 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 14 Jan 2020 13:52:42 +0000 (16:52 +0300)
commit8a3460bc13ed3dde94e17ac3417857adee491a20
treecc018c6f37bc4adef5cded2989da368fdfb29e3c
parentbe177a4946445d79adce0fbe99a491c856908159
Introduced "global" and "globalThis" aliases to the global object.
src/njs_builtin.c
src/njs_json.c
src/njs_object.c
src/njs_object_hash.h
src/test/njs_unit_test.c