mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
LibJS: Add Bytecode::Executable::dump()
Let's have a helper for producing a consistent executable dump instead of repeating the logic in multiple places.
This commit is contained in:
parent
b41954182a
commit
da77e2aa4f
5 changed files with 56 additions and 30 deletions
|
@ -2,6 +2,7 @@ set(SOURCES
|
|||
AST.cpp
|
||||
Bytecode/ASTCodegen.cpp
|
||||
Bytecode/BasicBlock.cpp
|
||||
Bytecode/Executable.cpp
|
||||
Bytecode/Generator.cpp
|
||||
Bytecode/Instruction.cpp
|
||||
Bytecode/Interpreter.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue