mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27: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:
parent
2b9fbd10ed
commit
0553e0b048
3 changed files with 91 additions and 78 deletions
|
@ -1,5 +1,6 @@
|
|||
set(SOURCES
|
||||
AST.cpp
|
||||
Bytecode/ASTCodegen.cpp
|
||||
Bytecode/Block.cpp
|
||||
Bytecode/Generator.cpp
|
||||
Bytecode/Instruction.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue