]> git.kaiwu.me - njs.git/commit
Removing console.help() from CLI as it not needed anymore.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 31 Oct 2019 15:17:32 +0000 (18:17 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 31 Oct 2019 15:17:32 +0000 (18:17 +0300)
commita2b1463d3676cb5c407d133c19c1a29bcbf61ee8
tree5313bf54097b24829375ffb7c2bcd218c7d6807f
parentd32d8314acfe36b31e459cddc8827db64db1267c
Removing console.help() from CLI as it not needed anymore.

Now all available objects are accessible through the global object.
17 files changed:
src/njs_array.c
src/njs_boolean.c
src/njs_builtin.c
src/njs_crypto.c
src/njs_date.c
src/njs_error.c
src/njs_fs.c
src/njs_function.c
src/njs_json.c
src/njs_math.c
src/njs_number.c
src/njs_object.c
src/njs_object.h
src/njs_regexp.c
src/njs_shell.c
src/njs_string.c
test/njs_expect_test.exp