]> git.kaiwu.me - njs.git/commit
Fixed handling of missing arg of Object.getOwnPropertyDescriptor().
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 26 Apr 2018 16:24:55 +0000 (19:24 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 26 Apr 2018 16:24:55 +0000 (19:24 +0300)
commitbd106f29ee86c48fb1583f16d1f52390ab80dff4
tree47d2989243ae3c1ee75833c29f595a41c8b8ca01
parent6bb28d99f46425b18f8bab8e8ce837b171fbb937
Fixed handling of missing arg of Object.getOwnPropertyDescriptor().

This fixes #5 issue on GitHub.
njs/njs_object.c
njs/test/njs_unit_test.c