Bug 156982
| Summary: | Implement %TypedArray%.prototype.includes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Claude Pache <claude.pache> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ashvayka, benjamin, keith_miller |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Claude Pache
JSC currently implements Array.prototype.includes, but not %TypedArray%.prototype.includes.
Spec text: https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.includes
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Shvayka
%TypedArray%.prototype.includes was implemented in r203107.
test262 coverage: https://test262.report/browse/built-ins/TypedArray/prototype/includes.
*** This bug has been marked as a duplicate of bug 159385 ***