Bug 240247
| Summary: | Add find()/reverseFind()/contains() overloads takes an ASCIILiteral to our String types | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Web Template Framework | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/569
Radar WebKit Bug Importer
<rdar://problem/93365800>
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/730
EWS
Committed r294468 (250730@main): <https://commits.webkit.org/250730@main>
Reviewed commits have been landed. Closing PR #730 and removing active labels.