]> git.kaiwu.me - njs.git/commit
Fixed Array.prototype.join() with "undefined" argument.
authorAlexander Borisov <alexander.borisov@nginx.com>
Wed, 30 Oct 2019 13:43:12 +0000 (16:43 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Wed, 30 Oct 2019 13:43:12 +0000 (16:43 +0300)
commit3b88b15fe09f82b0e468a648ff8f8a58bde29787
tree6c0c4912c030a6bcdcdf3de9eb4e90647ec35527
parentbc9ff655902f3d79533a8f8d5d6dd3b6ea278cb0
Fixed Array.prototype.join() with "undefined" argument.

This closes #232 issue on GitHub.
src/njs_array.c
src/test/njs_unit_test.c