]> git.kaiwu.me - njs.git/commit
Fixed the names of global functions in backtraces.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 20 Feb 2018 16:12:55 +0000 (19:12 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 20 Feb 2018 16:12:55 +0000 (19:12 +0300)
commit3995aba47f6ed1c91a6114ef950f3f65014dcd28
tree8011b42a8b490d57c236021e1aabfe31af654dcf
parentbfafb28f0c98335367d5110c703803cb4912b1b9
Fixed the names of global functions in backtraces.

Previously, they were reported as 'native (native)'.
13 files changed:
njs/njs_builtin.c
njs/njs_extern.c
njs/njs_extern.h
njs/njs_function.c
njs/njs_module.c
njs/njs_module.h
njs/njs_number.c
njs/njs_number.h
njs/njs_string.c
njs/njs_string.h
njs/njs_vm.c
njs/test/njs_expect_test.exp
njs/test/njs_interactive_test.c