]> git.kaiwu.me - njs.git/commit
Fixed Array.prototype.toString() and Date.prototype.toJSON().
authorhongzhidao <hongzhidao@gmail.com>
Tue, 21 May 2019 23:54:58 +0000 (07:54 +0800)
committerhongzhidao <hongzhidao@gmail.com>
Tue, 21 May 2019 23:54:58 +0000 (07:54 +0800)
commit1f4c515f74a71df9d0a40bb786cce7467f0a904e
treebbd201eb3bf662b6dd930c9156679bc038dd559c
parentf5272a0d26b8fff9c2a630e405f1344ab975c6b9
Fixed Array.prototype.toString() and Date.prototype.toJSON().

This closes #163, #164, #166 issues on Github.
njs/njs_array.c
njs/njs_date.c
njs/njs_function.h
njs/test/njs_unit_test.c