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

This commit is contained in:
Linus Groh 2022-02-09 10:18:48 +00:00
commit 7676b1b925
Notes: sideshowbarker 2024-07-18 00:41:35 +09:00
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;