You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove codePointOffsetsToStringIndices and inline its logic:
Due to checks performed at its callers, one of the branches in codePointOffsetsToStringIndices
was unreachable and untested. It's clearer (and likely more performant)
to eliminate this method and inline specialized versions of its logic at
its former callsites.
0 commit comments