]> git.kaiwu.me - njs.git/commit
Improved access to this argument.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 18 Jan 2022 15:37:11 +0000 (15:37 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 18 Jan 2022 15:37:11 +0000 (15:37 +0000)
commit1406f64bcbe4ae9a09699ee9daa2f95c12512f41
tree1fe9856e62d9003380bc6f70e69ff134ae9a7af8
parent2ba9760170305660e375cd2a95dbeacc3c74fe1c
Improved access to this argument.

'this' argument is always present, so it may be accessed
without checking the number provided arguments.
external/njs_query_string_module.c
src/njs_array_buffer.c
src/njs_function.c
src/njs_object.c
src/njs_promise.c
src/njs_string.c