]> git.kaiwu.me - njs.git/commit
Added remaining methods for %TypedArray%.prototype.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 21 Aug 2020 13:07:48 +0000 (13:07 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Fri, 21 Aug 2020 13:07:48 +0000 (13:07 +0000)
commit4fb121fed1e0786d774af9b96e733fa9e557f155
tree4acf5a833c11c28f70210bf81c2709884c1fcd7b
parenta1dbf7f01579f3a0d0d541ffb15af98f05bf08c0
Added remaining methods for %TypedArray%.prototype.

The following methods were added:
every(), filter(), find(), findIndex(), forEach(), includes(),
indexOf(), lastIndexOf(), map(), reduce(), reduceRight(), reverse(),
some().
src/njs_typed_array.c
src/njs_utils.c
src/njs_utils.h
src/test/njs_unit_test.c