]> git.kaiwu.me - njs.git/commit
Fixed match of native function is backtraces.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 22 Jan 2020 12:29:47 +0000 (15:29 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 22 Jan 2020 12:29:47 +0000 (15:29 +0300)
commit19ff8127529f2ebc972e6fc9de373b09b11c53a6
treeca21e7b40bf465fcc3bb6b1d017823167c6f9b8b
parente954b6c93e0b3776c75542137d6e3db3904ce9c0
Fixed match of native function is backtraces.

Since 6df48738a043 native methods are not uniquely identifiable
by a function pointer as several method may share common
C function and differ only in magic argument.
src/njs_builtin.c
src/njs_function.h
src/njs_vm.c
src/njs_vm.h
src/test/njs_interactive_test.c