]> git.kaiwu.me - njs.git/commit
Fixed TypedArraySpeciesCreate().
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 3 Sep 2020 13:30:16 +0000 (13:30 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 3 Sep 2020 13:30:16 +0000 (13:30 +0000)
commit92d52ad84b73b011147f1e9de48b84a98f807db4
tree6e2b9d32d751920b41058383e1b40f3554521866
parentd8eaf8c339a6961a6c504ae0a4e8c231a9ec9338
Fixed TypedArraySpeciesCreate().

According to the spec, it is expected to verify that created
typed-array instance has appropriate length.
src/njs_typed_array.c
src/test/njs_unit_test.c