]> git.kaiwu.me - njs.git/commit
Refactored functions related to variables.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 26 Dec 2018 16:57:41 +0000 (19:57 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 26 Dec 2018 16:57:41 +0000 (19:57 +0300)
commit4497e6974737b51e7fe40156384e24353a4cfe71
treee5b2a50f3c0f50627a16164f824e2ea9fb5c1c8e
parent40b8d669f1e16f0401ef792b8bc1974c4196dc37
Refactored functions related to variables.

    1) njs_builtin_add() is refactored out as a minor variant of
       njs_variable_add().
    2) parser is refactored out from arguments of the functions.
njs/njs_parser.c
njs/njs_parser.h
njs/njs_variable.c
njs/njs_variable.h
njs/njs_vm.h