ladybird/Tests/LibJS/Bytecode
Martin Chrástek 29dc4df4e5 LibJS: Fix var declarations in direct eval inside catch blocks
The Annex B.3.4 spec change requires distinguishing
catch clause environments from other lexical environments
when checking for var/let conflicts in eval, which is now tracked
via a flag on DeclarativeEnvironment and propagated through the
CreateLexicalEnvironment bytecode instruction from the Rust codegen.
2026-05-15 10:01:08 +02:00
..
expected LibJS: Fix var declarations in direct eval inside catch blocks 2026-05-15 10:01:08 +02:00
input LibJS: Allocate local variable indices in source order 2026-04-27 08:04:11 +02:00
output LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00