]> 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:02 +0000 (10:19 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Thu, 19 Sep 2019 07:19:02 +0000 (10:19 +0300)
commita36b4c0d58b9da40025964b926cbddbd2753f867
tree53114865550855cb130e4bb6e0cda802d4108f21
parent974219d4c4b7d0ada02af3c9cf34effce72830e1
Fixed Array prototype functions according to the specification.

The following fuctions were fixed:
pop, push, shift, unshift.
src/njs_array.c
src/njs_object.h
src/test/njs_unit_test.c