Bug 188877
Summary: | TypedArray.set should be called with a string primitive values | ||
---|---|---|---|
Product: | WebKit | Reporter: | isol2 |
Component: | JavaScriptCore | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Reproduces in Safari.
Radar WebKit Bug Importer
<rdar://problem/47417487>
Alexey Shvayka
*** This bug has been marked as a duplicate of bug 212730 ***