ladybird/Tests/LibJS/Bytecode
Andreas Kling d4f222e442 LibJS: Don't reset switch case completion value for empty results
When a statement in a switch case body doesn't produce a result (e.g.
a variable declaration), we were incorrectly resetting the completion
value to undefined. This caused the completion value of preceding
expression statements to be lost.
2026-02-19 12:02:50 +01:00
..
expected LibJS: Don't reset switch case completion value for empty results 2026-02-19 12:02:50 +01:00
input LibJS: Add bytecode test for switch statement completion values 2026-02-19 12:02:50 +01:00
output LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00