Files
ladybird/Tests/LibJS/Bytecode/expected
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
..