RESOLVED DUPLICATE of bug 159385 Bug 156982
Implement %TypedArray%.prototype.includes
https://bugs.webkit.org/show_bug.cgi?id=156982
Summary Implement %TypedArray%.prototype.includes
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.