]> git.kaiwu.me - njs.git/commit
Declared function objects are copied on demand to allow
authorIgor Sysoev <igor@sysoev.ru>
Tue, 23 Feb 2016 18:09:42 +0000 (21:09 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 23 Feb 2016 18:09:42 +0000 (21:09 +0300)
commitb48b8cd32b460c0ada51d9ce74adee8c7bba2a6f
treeb677ff215ff2758d919ff60203bd789f9a49ab86
parent93922be26d480b67e9e937107f67af31e6293b6a
Declared function objects are copied on demand to allow
property manipulations and to have correct Function.prototype.
njs/njs_builtin.c
njs/njs_disassembler.c
njs/njs_function.c
njs/njs_function.h
njs/njs_generator.c
njs/njs_parser.c
njs/njs_vm.c
njs/njs_vm.h
njs/test/njs_unit_test.c