]> git.kaiwu.me - njs.git/commit
Fixed Array prototype functions according to the specification.
authorAlexander Borisov <alexander.borisov@nginx.com>
Wed, 28 Aug 2019 11:59:28 +0000 (14:59 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Wed, 28 Aug 2019 11:59:28 +0000 (14:59 +0300)
commit852411570ee73053265bfd60049f7cd6c60e1ba8
treee76f096d8e6cc59fdc76f504837cc866de6c0e69
parent479c973d05344fed2f2040fd7902e13f55b0e937
Fixed Array prototype functions according to the specification.

The following fuctions were fixed:
every,  filter, find, findIndex, forEach, map, reduce, some.
src/njs_array.c
src/njs_object.c
src/njs_object.h
src/njs_value.c
src/njs_value.h
src/test/njs_unit_test.c