]> git.kaiwu.me - njs.git/commit
Modules: improved working with arguments.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 26 Mar 2019 12:35:45 +0000 (15:35 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 26 Mar 2019 12:35:45 +0000 (15:35 +0300)
commit3e536ecb5d3306105c1f5ec67d41ea665eb9ba71
tree4f47a6bf30071c0429456205027eb0bb9bff2a48
parent6677924a7882bd296576731728c1891d15657229
Modules: improved working with arguments.

According to ES 5.1:10.5 direct checking of the number
of arguments should be avoided.
nginx/ngx_http_js_module.c
nginx/ngx_stream_js_module.c