WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
287693
[JSC] Implement `Array#includes` in C++
https://bugs.webkit.org/show_bug.cgi?id=287693
Summary
[JSC] Implement `Array#includes` in C++
Sosuke Suzuki
Reported
2025-02-14 01:52:55 PST
Currently, JSC’s `Array#includes` is implemented in JavaScript, whereas the similar `Array#indexOf` is implemented in C++ and benefits from DFG/FTL optimizations.
Attachments
Add attachment
proposed patch, testcase, etc.
Sosuke Suzuki
Comment 1
2025-02-14 01:54:00 PST
Pull request:
https://github.com/WebKit/WebKit/pull/40613
Radar WebKit Bug Importer
Comment 2
2025-02-21 01:53:13 PST
<
rdar://problem/145280570
>
EWS
Comment 3
2025-02-23 00:14:36 PST
Committed
290906@main
(febcbad98051): <
https://commits.webkit.org/290906@main
> Reviewed commits have been landed. Closing PR #40613 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug