Files
ladybird/Libraries/LibJS/Bytecode/Executable.cpp
Andreas Kling fb05063dde LibJS: Let bytecode instructions know whether they are in strict mode
This commits puts the strict mode flag in the header of every bytecode
instruction. This allows us to check for strict mode without looking at
the currently running execution context.
2025-10-29 21:20:10 +01:00

3.5 KiB