]> git.kaiwu.me - njs.git/commit
Logical AND and OR operations support short-circuit evaluation.
authorIgor Sysoev <igor@sysoev.ru>
Tue, 9 Feb 2016 15:17:22 +0000 (18:17 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 9 Feb 2016 15:17:22 +0000 (18:17 +0300)
commit44f1839de23f8eb5d67c104723ce24ea0c3226c7
treeff5170112272c2b725ba8ad93dbbf28cb0667c29
parent2017c344b2ccf57e5d525317f646ad8a2b800121
Logical AND and OR operations support short-circuit evaluation.
njs/njs_disassembler.c
njs/njs_generator.c
njs/njs_nonrecursive_parser.c
njs/njs_parser_expression.c
njs/njs_vm.c
njs/njs_vm.h
njs/test/njs_unit_test.c