ladybird/Tests/LibJS/Bytecode
Andreas Kling fa9c1a6885 Tests/LibJS: Add bytecode test for return from switch with block scope
Test that returning from inside a switch statement that has a lexical
environment (for const/let declarations) properly emits
SetLexicalEnvironment to restore the parent environment before each
Return instruction.
2026-03-01 21:20:54 +01:00
..
expected Tests/LibJS: Add bytecode test for return from switch with block scope 2026-03-01 21:20:54 +01:00
input Tests/LibJS: Add bytecode test for return from switch with block scope 2026-03-01 21:20:54 +01:00
output LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00