]> git.kaiwu.me - njs.git/commit
Fixed Object.prototype.hasOwnProperty() for non-object properties.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 19 Oct 2018 17:55:23 +0000 (20:55 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Fri, 19 Oct 2018 17:55:23 +0000 (20:55 +0300)
commit8c954b50b09aa00f40fc41544a6e93aa629d1bfa
tree538a897faf6b0fbe39613cb681b20bffcd7959df
parent15099bc8fec5bfa76f43c14220f88d6115e63376
Fixed Object.prototype.hasOwnProperty() for non-object properties.

This fixes #9 issue on Github.
njs/njs_object.c
njs/test/njs_unit_test.c