Bug 287693

Summary: [JSC] Implement `Array#includes` in C++
Product: WebKit Reporter: Sosuke Suzuki <aosukeke>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

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.