1
Fork 0
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:
Andreas Kling 2021-05-17 19:50:20 +02:00
parent ee6600ea24
commit 6714cf3631
12 changed files with 11 additions and 11 deletions

View file

@ -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