]> git.kaiwu.me - njs.git/commit
Fixed Object.freeze() and friends according to the specification.
authorArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Fri, 19 Feb 2021 17:27:44 +0000 (17:27 +0000)
committerArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Fri, 19 Feb 2021 17:27:44 +0000 (17:27 +0000)
commit8761ae6e8593b30b88e580c5f038980daffb16e7
tree97db793d1e39fdf03106b1d6bd91fc7b50e5f09e
parentbf3328ad729ce27e6888f8abc56662ab3c2be11c
Fixed Object.freeze() and friends according to the specification.

This fixes #340 and also closes #374 issues on Github.
src/njs_object.c
src/test/njs_unit_test.c