]> git.kaiwu.me - njs.git/commit
Fixed Object.prototype.valueOf() according to the specification.
authorArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Fri, 22 Nov 2019 21:09:26 +0000 (00:09 +0300)
committerArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Fri, 22 Nov 2019 21:09:26 +0000 (00:09 +0300)
commitc2573b40f4b3fa0a399717f61f3f43d8f684689d
treeb090acfd760af07c3ae1e4e63558bc67a7b1c9fb
parent3a044d5bdb4b977ada69eec89c594b974b012b93
Fixed Object.prototype.valueOf() according to the specification.

This closes #256 issue on Github.
src/njs_object.c
src/test/njs_unit_test.c