mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
When we reach a block terminating instruction (e.g. Break, Throw), we cannot generate anymore instructions after it. This would not allow us to leave any lexical/variable environments. This uses the mechanism introduced in ba9c49 to unwind environments when we encounter these instructions.