]> git.kaiwu.me - njs.git/commit
Fixed Array.prototype.includes() with "undefined" argument.
authorAlexander Borisov <alexander.borisov@nginx.com>
Wed, 30 Oct 2019 13:43:10 +0000 (16:43 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Wed, 30 Oct 2019 13:43:10 +0000 (16:43 +0300)
commitbc9ff655902f3d79533a8f8d5d6dd3b6ea278cb0
tree4a7e240180b7df1312d18da12475905a72d16647
parent55e65903c46779836512c6bdcb9aad3adc1b46b8
Fixed Array.prototype.includes() with "undefined" argument.

This closes #230 issue on GitHub.
src/njs_array.c
src/test/njs_unit_test.c