]> git.kaiwu.me - njs.git/commit
Boolean objects support.
authorIgor Sysoev <igor@sysoev.ru>
Mon, 23 Nov 2015 19:36:52 +0000 (22:36 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 23 Nov 2015 19:36:52 +0000 (22:36 +0300)
commitbb9431b8913ef7f6fc5383a1f0cfc6a117d3359f
tree8d7667b4dd5d78f999f1a545400d893b5505c3d2
parentcae3b115918b8f6eb2e581d64fbafb456e420524
Boolean objects support.
Makefile
njs/njs_boolean.c [new file with mode: 0644]
njs/njs_boolean.h [new file with mode: 0644]
njs/njs_shared.c
njs/njs_vm.c
njs/njs_vm.h
njs/test/njs_unit_test.c