]> git.kaiwu.me - njs.git/commit
Added Object shorthand methods and computed property names.
authorhongzhidao <hongzhidao@gmail.com>
Wed, 3 Jul 2019 02:24:11 +0000 (22:24 -0400)
committerhongzhidao <hongzhidao@gmail.com>
Wed, 3 Jul 2019 02:24:11 +0000 (22:24 -0400)
commit74f3ea7bdb06bbae4e903f63f269f0213e0c1857
treeae7df2ed453ab3c0a288cfee6302dd70ae8af36a
parent80fa990bb7bafdf3e9a98354b7037ca1dad9d604
Added Object shorthand methods and computed property names.

This closes #182 issue on Github.
njs/njs_parser.c
njs/njs_parser.h
njs/njs_parser_terminal.c
njs/njs_vm.c
njs/test/njs_unit_test.c