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

LibJS: Implement Module linking and evaluating

This commit is contained in:
davidot 2022-01-18 19:29:17 +01:00 committed by Linus Groh
parent be9d478d92
commit 1b8ccf9a66
9 changed files with 1569 additions and 22 deletions

View file

@ -15,6 +15,7 @@ set(SOURCES
Bytecode/Pass/UnifySameBlocks.cpp
Bytecode/StringTable.cpp
Console.cpp
CyclicModule.cpp
Heap/BlockAllocator.cpp
Heap/CellAllocator.cpp
Heap/Handle.cpp