Bug 188877

Summary: TypedArray.set should be called with a string primitive values
Product: WebKit Reporter: isol2
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ashvayka, benjamin, fpizlo, ggaren, gskachkov, keith_miller, mark.lam, msaboff, rmorisset, saam, ticaiolima, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: Safari 11   
Hardware: Unspecified   
OS: Unspecified   

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.