Files
ladybird/Userland/Libraries/LibJS/Runtime/AbstractOperations.cpp
Timothy Flynn 6c45620709 LibJS: Reduce copying of string data in String.prototype
The primary themes here are invoking js_string() with existing instances
of Utf16String when possible, and not creating entire UTF-8 copies when
not needed.
2021-08-10 23:07:50 +02:00

29 KiB