Bug 156982 - Implement %TypedArray%.prototype.includes
Summary: Implement %TypedArray%.prototype.includes
Status: RESOLVED DUPLICATE of bug 159385
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-25 09:12 PDT by Claude Pache
Modified: 2020-06-07 23:20 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Claude Pache 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
Comment 1 Alexey Shvayka 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 ***