Files
ladybird/Userland/Libraries/LibJS/Bytecode/Generator.cpp
Hendiadyoin1 f5376cb282 LibJS: Generate unwind chains for break in Bytecode
This uses a newly added instruction `ScheduleJump`
This instruction tells the finally proceeding it, that instead of
jumping to it's next block it should jump to the designated block.
2023-02-26 19:40:09 +01:00

14 KiB