]> git.kaiwu.me - njs.git/commit
njs_vm_function() and njs_vm_external() functions name and
authorIgor Sysoev <igor@sysoev.ru>
Fri, 15 Jul 2016 12:50:13 +0000 (15:50 +0300)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 15 Jul 2016 12:50:13 +0000 (15:50 +0300)
commitcfb9e86cc37b19fa29752ce138d463c954795f7d
tree95c24bdeb89648d1ecc8e7f754f596fdf7e89f04
parentb32b9b065bb6b37b42125c31a738ab197ddfefbf
njs_vm_function() and njs_vm_external() functions name and
behavior unification.  The function can be used with both
original compiled VM and its clones.
nginx/ngx_http_js_module.c
njs/njs_extern.c
njs/njs_variable.c
njs/njscript.c
njs/njscript.h
njs/test/njs_unit_test.c