1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:17:35 +00:00

LibJS: Move AST bytecode generation virtuals to separate cpp file

This will hopefully make it a bit more pleasant to edit this, as things
will just get larger and larger.
This commit is contained in:
Andreas Kling 2021-06-04 11:31:13 +02:00
parent 2b9fbd10ed
commit 0553e0b048
3 changed files with 91 additions and 78 deletions

View file

@ -1,5 +1,6 @@
set(SOURCES
AST.cpp
Bytecode/ASTCodegen.cpp
Bytecode/Block.cpp
Bytecode/Generator.cpp
Bytecode/Instruction.cpp