]> git.kaiwu.me - njs.git/commit
Fixed handling of props in Object.getOwnPropertyDescriptor().
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 26 Apr 2018 16:53:16 +0000 (19:53 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 26 Apr 2018 16:53:16 +0000 (19:53 +0300)
commitcd77a292228943d4f8a568586b6b86758815a2e5
tree1698d4373fb713b243f9e4acd37e799985c2bca6
parentbd106f29ee86c48fb1583f16d1f52390ab80dff4
Fixed handling of props in Object.getOwnPropertyDescriptor().

njs_property_query() is moved to njs_object.c without changes.
njs/njs_object.c
njs/njs_object.h
njs/njs_vm.c
njs/njs_vm.h
njs/test/njs_unit_test.c