Bug 138218
| Summary: | Implement TypedArray.prototype.fill | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | aperez, ashvayka |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=199141 | ||
Filip Pizlo
The polyfill for this may be decently fast, but we can probably do better if we support this directly.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Shvayka
r190429 implemented most of TypedArray.prototype methods, including `fill`.
test262 coverage: https://test262.report/browse/built-ins/TypedArray/prototype/fill.
*** This bug has been marked as a duplicate of bug 148035 ***