Stop using StringView::operator[] in hot code paths in WebCore. StringView's operator[] is not super efficient because it needs to check the is8Bit flag for every character when iterating. I am also looking into adding a boundary check in StringView::operator[], which would further increase branching.
Pull request: https://github.com/WebKit/WebKit/pull/19130
Committed 269396@main (9ad44599784a): <https://commits.webkit.org/269396@main> Reviewed commits have been landed. Closing PR #19130 and removing active labels.
<rdar://problem/117055068>