Files
ladybird/Libraries/LibJS/Runtime/PrimitiveString.cpp
Andreas Kling 792913e9f7 LibJS: Make PrimitiveString::create() take String/Utf16String by const&
This avoids unnecessary ref-count churn in the case where a string is
already in the VM's string cache.
2025-10-05 16:39:14 +02:00

11 KiB