Files
ladybird/Libraries/LibJS/Runtime/RegExpStringIterator.cpp
Andreas Kling 98fef16972 LibJS: Use PrimitiveString more instead of Utf16String in RegExp code
PrimitiveString has an internal UTF-16 string cache anyway, and so this
actually avoids repeatedly converting between UTF-8 and UTF-16.
2025-05-03 20:01:20 +02:00

1.6 KiB