]> git.kaiwu.me - njs.git/commit
Refactored bound function calls according to the spec.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 11 Oct 2022 01:45:09 +0000 (18:45 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 11 Oct 2022 01:45:09 +0000 (18:45 -0700)
commite55edc62c7b01dd40440efa8e418799376ec6fe5
treea993b284ffeb3559b17f56e0332a3db5abfc2794
parente4da8f80b901cc92ec12d9aee6aaf967035a8ad6
Refactored bound function calls according to the spec.

This fixes #533, #546, #579 issues on Github.
13 files changed:
src/njs_disassembler.c
src/njs_error.c
src/njs_extern.c
src/njs_function.c
src/njs_function.h
src/njs_generator.c
src/njs_promise.c
src/njs_value.h
src/njs_vm.c
src/njs_vmcode.c
src/njs_vmcode.h
src/test/njs_unit_test.c
test/js/async_bind.t.js [new file with mode: 0644]