]> git.kaiwu.me - njs.git/commit
Moving out setTimeout() and clearTimeout() from njs core.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 21 Nov 2023 17:00:52 +0000 (09:00 -0800)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 21 Nov 2023 17:00:52 +0000 (09:00 -0800)
commit9de301351c28f1506f9fc4e20cfd40e121fb7b2e
treeffa2af428bd388e20d0f99b33997eac153e7614f
parent735ec1d89d25d014870452ba1600a8cd9dec5641
Moving out setTimeout() and clearTimeout() from njs core.

This functions are not part of the ECMAScript and should be
implemented by host environment.
auto/sources
external/njs_shell.c
nginx/ngx_http_js_module.c
nginx/ngx_js.c
nginx/ngx_js.h
nginx/ngx_stream_js_module.c
src/njs.h
src/njs_builtin.c
src/njs_main.h
src/test/njs_unit_test.c
test/shell_test.exp