]> git.kaiwu.me - njs.git/commit
Added property getter/setter support in Object.defineProperty().
authorhongzhidao <hongzhidao@gmail.com>
Tue, 11 Jun 2019 02:23:56 +0000 (22:23 -0400)
committerhongzhidao <hongzhidao@gmail.com>
Tue, 11 Jun 2019 02:23:56 +0000 (22:23 -0400)
commit85880f216d93d03d6107c9d828decdc211968c89
treee9b0bf3ab6aa8e870fec48f864fc56d4f0213e50
parent3b5f15ef481784855ac17f56f410f91427c0d679
Added property getter/setter support in Object.defineProperty().

In collaboration with Dmitry Volyntsev.
njs/njs_array.c
njs/njs_function.c
njs/njs_object.c
njs/njs_object.h
njs/njs_object_hash.h
njs/njs_object_property.c
njs/njs_vm.c
njs/test/njs_unit_test.c