From da77e2aa4f993557174a09dbaa3a1f639db8ddec Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 24 Oct 2021 13:30:49 +0200 Subject: LibJS: Add Bytecode::Executable::dump() Let's have a helper for producing a consistent executable dump instead of repeating the logic in multiple places. --- Userland/Libraries/LibJS/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Userland/Libraries/LibJS/CMakeLists.txt') diff --git a/Userland/Libraries/LibJS/CMakeLists.txt b/Userland/Libraries/LibJS/CMakeLists.txt index 2f17d0421f..ecfaeb72ad 100644 --- a/Userland/Libraries/LibJS/CMakeLists.txt +++ b/Userland/Libraries/LibJS/CMakeLists.txt @@ -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 -- cgit v1.2.3