]> git.kaiwu.me - njs.git/commit
Fixed Array.prototype.fill() for typed-arrays.
authorDmitry Volyntsev <xeioex@nginx.com>
Sat, 7 May 2022 01:55:35 +0000 (18:55 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Sat, 7 May 2022 01:55:35 +0000 (18:55 -0700)
commit5c6130a2a0b4c41ab415f6b8992aa323636338b9
tree49a4ab0fcdbf37d2d4ec2de6e03523c7c16b664d
parent81af26364c21c196dd21fb5e14c7fa9ce7debd17
Fixed Array.prototype.fill() for typed-arrays.

This closes #478 issue on Github.
src/njs_typed_array.c
src/test/njs_unit_test.c