]> git.kaiwu.me - njs.git/commit
Fixed %TypedArray%.prototype.fill().
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 21 Jan 2020 13:03:30 +0000 (16:03 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 21 Jan 2020 13:03:30 +0000 (16:03 +0300)
commitfabcef655caac5c0517436c08f0fc392f55c94e8
treeda8fedf13f496ee019c4e70fd4d3d37a643f6af1
parent4d2c0c78128365dd6ac8e4e97a9a4db799b9597f
Fixed %TypedArray%.prototype.fill().

For subarrays starting from non-zero offset.
src/njs_typed_array.c
src/njs_typed_array.h
src/test/njs_unit_test.c