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

LibJS: Remove MarkedValueList in favor of MarkedVector<Value> :^)

This commit is contained in:
Linus Groh 2022-02-09 10:18:48 +00:00
parent 6508ff5bbd
commit 7676b1b925
6 changed files with 0 additions and 116 deletions

View file

@ -129,7 +129,6 @@ set(SOURCES
Runtime/MapIterator.cpp
Runtime/MapIteratorPrototype.cpp
Runtime/MapPrototype.cpp
Runtime/MarkedValueList.cpp
Runtime/MathObject.cpp
Runtime/ModuleEnvironment.cpp
Runtime/ModuleNamespaceObject.cpp