Bug 156982

Summary: Implement %TypedArray%.prototype.includes
Product: WebKit Reporter: Claude Pache <claude.pache>
Component: JavaScriptCoreAssignee: 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
Reported 2016-04-25 09:12:42 PDT
JSC currently implements Array.prototype.includes, but not %TypedArray%.prototype.includes. Spec text: https://tc39.github.io/ecma262/#sec-%typedarray%.prototype.includes
Attachments
Alexey Shvayka
Comment 1 2020-06-07 23:20:20 PDT
%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 ***
Note You need to log in before you can comment on or make changes to this bug.