]> git.kaiwu.me - njs.git/commit
Fixed Number() with boolean, null and undefined arguments.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 3 Jul 2018 11:15:29 +0000 (14:15 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 3 Jul 2018 11:15:29 +0000 (14:15 +0300)
commit9ed0ba67627d7076523f4f9050edcc9c1639b20b
treed6700406c88d18b0e5c95820c42ec33f20155d64
parent06d4b65d64c95ca1f1f6b5a6c56df7639d7412a9
Fixed Number() with boolean, null and undefined arguments.

This fixes #25 issue on GitHub.
njs/njs_number.c
njs/test/njs_unit_test.c