1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:38:11 +00:00

LibJS: Automatically split linear bytecode into multiple blocks

...instead of crashing :^)
This commit is contained in:
Ali Mohammad Pur 2021-06-11 01:35:01 +04:30 committed by Andreas Kling
parent 7b2c838162
commit 4cfdfb6a88
3 changed files with 25 additions and 0 deletions

View file

@ -8,6 +8,7 @@
#include <LibJS/Bytecode/BasicBlock.h>
#include <LibJS/Bytecode/Generator.h>
#include <LibJS/Bytecode/Instruction.h>
#include <LibJS/Bytecode/Op.h>
#include <LibJS/Bytecode/Register.h>
#include <LibJS/Forward.h>