Files
ladybird/Userland/Libraries/LibJS/Bytecode/Op.cpp
Andreas Kling 8873bf5016 LibJS/Bytecode: Use ToString instead of generic add() in ConcatString
This avoids invoking valueOf() on the values, which is observable.

48 new passes on test262. :^)
2023-06-25 11:20:05 +02:00

66 KiB