RESOLVED DUPLICATE of bug 212730 188877
TypedArray.set should be called with a string primitive values
https://bugs.webkit.org/show_bug.cgi?id=188877
Summary TypedArray.set should be called with a string primitive values
isol2
Reported 2018-08-22 20:52:42 PDT
version: 235121 OS: Ubuntu 16.04 x64 Steps to reproduce let ta = new Int32Array(4); ta.set(""); Actual results: TypeError: First argument should be an object Expected results: pass without failures V8, Chakra and SpiderMonkey works as expected. cinfuzz
Attachments
Alexey Proskuryakov
Comment 1 2018-08-23 09:49:28 PDT
Reproduces in Safari.
Radar WebKit Bug Importer
Comment 2 2019-01-20 14:35:52 PST
Alexey Shvayka
Comment 3 2020-06-08 08:41:43 PDT
*** This bug has been marked as a duplicate of bug 212730 ***
Note You need to log in before you can comment on or make changes to this bug.