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
Sosuke Suzuki
Comment 1 2025-02-14 01:54:00 PST
Radar WebKit Bug Importer
Comment 2 2025-02-21 01:53:13 PST
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.