]> git.kaiwu.me - njs.git/commit
Fixed Object.freeze() with fast arrays.
authorVadim Zhestikov <v.zhestikov@f5.com>
Tue, 6 Sep 2022 18:13:31 +0000 (11:13 -0700)
committerVadim Zhestikov <v.zhestikov@f5.com>
Tue, 6 Sep 2022 18:13:31 +0000 (11:13 -0700)
commit6547b0b75e278757f4bb88421cdc27cf7b9705df
treeadbe68b6e9b45e917f91a1fbfbf9a16866c0fb6a
parent85ce59830cd54186c0125982614ff9a61efdc5b0
Fixed Object.freeze() with fast arrays.

Previously, Object.freeze() failed to freeze the 'length' property of a fast array.
src/njs_object.c
src/test/njs_unit_test.c