Bug 240247

Summary: Add find()/reverseFind()/contains() overloads takes an ASCIILiteral to our String types
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web Template FrameworkAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2022-05-09 12:33:14 PDT
Add find()/reverseFind()/contains() overloads takes an ASCIILiteral to our String types. These versions are more efficient when the call sites have an ASCIILiteral as they have less branching.
Comment 1 Chris Dumez 2022-05-09 13:05:41 PDT
Pull request: https://github.com/WebKit/WebKit/pull/569
Comment 2 Radar WebKit Bug Importer 2022-05-16 12:34:12 PDT
<rdar://problem/93365800>
Comment 3 Chris Dumez 2022-05-18 09:31:40 PDT
Pull request: https://github.com/WebKit/WebKit/pull/730
Comment 4 EWS 2022-05-18 22:54:30 PDT
Committed r294468 (250730@main): <https://commits.webkit.org/250730@main>

Reviewed commits have been landed. Closing PR #730 and removing active labels.