]> git.kaiwu.me - njs.git/commit
Fixed array length property handler.
authorValentin Bartenev <vbart@nginx.com>
Thu, 23 May 2019 12:05:51 +0000 (15:05 +0300)
committerValentin Bartenev <vbart@nginx.com>
Thu, 23 May 2019 12:05:51 +0000 (15:05 +0300)
commit51a28b4c8e1da025071dd1d2cf7cca2889f9c5f9
tree87311b6aa35282b61eedd079087dd77126cbe900
parent67878cde423cffa6140a2ccfc453836ec1ad69d2
Fixed array length property handler.

Previously it might change the length of prototype arrays.
njs/njs_array.c
njs/njs_vm.c
njs/njs_vm.h
njs/test/njs_unit_test.c