]> git.kaiwu.me - njs.git/commit
Fixed String.prototype.replace() when first argument is not a string.
authorAlexander Borisov <alexander.borisov@nginx.com>
Mon, 16 Sep 2019 14:21:36 +0000 (17:21 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Mon, 16 Sep 2019 14:21:36 +0000 (17:21 +0300)
commitf331078b2cc8109111dd45bf155cd83bcd13695c
tree4f1be8f7ad4d22e02059ae4e686baedc41c5c5a2
parent653516b259c95ab53ee9ec830fd8d6eb67a9e76e
Fixed String.prototype.replace() when first argument is not a string.

This closes #208 issue on GitHub.
src/njs_string.c
src/test/njs_unit_test.c