]> git.kaiwu.me - njs.git/commit
Fixed Array prototype functions according to the specification.
authorAlexander Borisov <alexander.borisov@nginx.com>
Thu, 19 Sep 2019 07:19:00 +0000 (10:19 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Thu, 19 Sep 2019 07:19:00 +0000 (10:19 +0300)
commit61c38e0103f937acc35f941c5f374e2b93849b76
tree3521f50a70169cc972182115d944e41b9fe7d7dd
parent806caa00550475dd14ddd65f256381a0d0d36e53
Fixed Array prototype functions according to the specification.

The following fuctions were fixed:
includes, indexOf, lastIndexOf, reduceRight.
src/njs_array.c
src/test/njs_unit_test.c