]> git.kaiwu.me - njs.git/commit
Constructor function prototypes now have correct types and values.
authorIgor Sysoev <igor@sysoev.ru>
Tue, 13 Sep 2016 13:19:26 +0000 (16:19 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 13 Sep 2016 13:19:26 +0000 (16:19 +0300)
commit480d58508d159dc71b844f2b1ba9c421bfc2f67d
tree9e683a7d7dc251577c4cfb35aa940ad4b2f6237e
parentee056a129cfd03f2305981c3ee79fccc74d368a3
Constructor function prototypes now have correct types and values.
13 files changed:
njs/njs_array.c
njs/njs_array.h
njs/njs_builtin.c
njs/njs_date.c
njs/njs_date.h
njs/njs_function.c
njs/njs_object.c
njs/njs_object.h
njs/njs_regexp.c
njs/njs_regexp.h
njs/njs_vm.c
njs/njs_vm.h
njs/test/njs_unit_test.c