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:
parent
be9d478d92
commit
1b8ccf9a66
9 changed files with 1569 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue