1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 17:47:44 +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

@ -159,7 +159,6 @@ class HandleImpl;
class Heap;
class HeapBlock;
class Interpreter;
class MarkedValueList;
class Module;
class NativeFunction;
class ObjectEnvironment;