Files
ladybird/Userland/Libraries/LibJS/Bytecode/Executable.cpp
Andreas Kling 46d209c55b LibJS/Bytecode: Make primitive strings be constants
Instead of emitting a NewString instruction to construct a primitive
string from a parsed literal, we now instantiate the PrimitiveString on
the heap during codegen.
2024-03-03 22:27:44 +01:00

1.7 KiB