]> git.kaiwu.me - njs.git/commit
Fixed Object.getPrototypeOf() according to the specification.
authorArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Tue, 19 Nov 2019 14:22:53 +0000 (17:22 +0300)
committerArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Tue, 19 Nov 2019 14:22:53 +0000 (17:22 +0300)
commite6056297fd87fd064e286fba410cfc2835da1d21
treeb6c74403c49b57c9863ab1705c47fd1aed507b28
parenta2943b2cb2431ac94a86f34a4a8c2c656f271fc2
Fixed Object.getPrototypeOf() according to the specification.

This closes #252 issue on Github.
src/njs_object.c
src/test/njs_unit_test.c