mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/
This commit is contained in:
parent
ee6600ea24
commit
6714cf3631
12 changed files with 11 additions and 11 deletions
|
@ -2,6 +2,7 @@ set(SOURCES
|
|||
AST.cpp
|
||||
Console.cpp
|
||||
Heap/Allocator.cpp
|
||||
Heap/Cell.cpp
|
||||
Heap/Handle.cpp
|
||||
Heap/HeapBlock.cpp
|
||||
Heap/Heap.cpp
|
||||
|
@ -25,7 +26,6 @@ set(SOURCES
|
|||
Runtime/BooleanObject.cpp
|
||||
Runtime/BooleanPrototype.cpp
|
||||
Runtime/BoundFunction.cpp
|
||||
Runtime/Cell.cpp
|
||||
Runtime/ConsoleObject.cpp
|
||||
Runtime/DateConstructor.cpp
|
||||
Runtime/Date.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue