Files
ladybird/Userland/Libraries/LibJS/Bytecode/ASTCodegen.cpp
Luke Wilde 04774f923f LibJS/Bytecode: Setup lexical environment boundary for with statements
This allows us to properly unwind the object environment for `with` on
a block terminating instruction, e.g. an unconditional throw.
2022-03-14 21:15:27 +03:30

66 KiB