Bug 262519
| Summary: | Use WTF::map() in ScriptArguments::getArgumentsAsStrings() instead of uncheckedAppend() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | JavaScriptCore | 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
Use WTF::map() in `ScriptArguments::getArgumentsAsStrings()` instead of `uncheckedAppend()`. It is more efficient, now that `uncheckedAppend()` is just an alias to `append()`.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/18527
EWS
Committed 268793@main (9152805b2bb4): <https://commits.webkit.org/268793@main>
Reviewed commits have been landed. Closing PR #18527 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/116411442>