]> git.kaiwu.me - njs.git/commit
Fixed Array.prototype.fill() when start object changes "this".
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 7 Nov 2022 22:22:41 +0000 (14:22 -0800)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 7 Nov 2022 22:22:41 +0000 (14:22 -0800)
commit06a709c9293b3b2364a1c7e276c131bb74aa468e
tree8bc9a148cf19a785f5af8ec185c10625eedaa1f6
parentba0f3c4d1270d27abb17a3d885a9c10373528e98
Fixed Array.prototype.fill() when start object changes "this".

This fixed #589, #599 issues on Github.
src/njs_array.c
src/njs_object.c
src/test/njs_unit_test.c