]> git.kaiwu.me - njs.git/commit
Fixed ToInteger function in accordance with the specification.
authorAlexander Borisov <alexander.borisov@nginx.com>
Mon, 15 Apr 2019 14:23:21 +0000 (17:23 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Mon, 15 Apr 2019 14:23:21 +0000 (17:23 +0300)
commitc9bf47ec6bc7f09e2cf878ae1449479e88535504
tree55ee5d36cd7c4b4599fda5edf6ca09d1ec8dea25
parentedbdbf5b728b591b85015afb1f584f18d0d3066d
Fixed ToInteger function in accordance with the specification.

According to ES6 type conversion 7.1.4.
njs/njs_array.c
njs/njs_number.c
njs/njs_number.h