ladybird/Tests/LibJS/Bytecode
Andreas Kling aadfe0f02a Tests/LibJS: Add test for compound assignment after destructuring
This adds a test case for compound assignment to a variable that was
initialized via a let destructuring pattern. The Rust pipeline emits a
redundant ThrowIfTDZ after the compound assignment because the variable
is not tracked as initialized after destructuring.
2026-03-01 21:20:54 +01:00
..
expected Tests/LibJS: Add test for compound assignment after destructuring 2026-03-01 21:20:54 +01:00
input Tests/LibJS: Add test for compound assignment after destructuring 2026-03-01 21:20:54 +01:00
output LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00