diff options
Diffstat (limited to 'deps/v8/src/objects/object-list-macros.h')
-rw-r--r-- | deps/v8/src/objects/object-list-macros.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/deps/v8/src/objects/object-list-macros.h b/deps/v8/src/objects/object-list-macros.h index 40df12d83d..b9d8733043 100644 --- a/deps/v8/src/objects/object-list-macros.h +++ b/deps/v8/src/objects/object-list-macros.h @@ -96,11 +96,13 @@ class ZoneForwardList; V(CompilationCacheTable) \ V(ConsString) \ V(Constructor) \ + V(Context) \ V(CoverageInfo) \ V(ClosureFeedbackCellArray) \ V(DataHandler) \ V(DeoptimizationData) \ V(DependentCode) \ + V(DescriptorArray) \ V(EmbedderDataArray) \ V(EphemeronHashTable) \ V(ExternalOneByteString) \ @@ -187,6 +189,7 @@ class ZoneForwardList; V(NumberWrapper) \ V(ObjectHashSet) \ V(ObjectHashTable) \ + V(Oddball) \ V(OrderedHashMap) \ V(OrderedHashSet) \ V(OrderedNameDictionary) \ @@ -203,6 +206,7 @@ class ZoneForwardList; V(SeqOneByteString) \ V(SeqString) \ V(SeqTwoByteString) \ + V(SharedFunctionInfo) \ V(SimpleNumberDictionary) \ V(SlicedString) \ V(SmallOrderedHashMap) \ @@ -223,8 +227,14 @@ class ZoneForwardList; V(TemplateList) \ V(ThinString) \ V(TransitionArray) \ + V(UncompiledData) \ + V(UncompiledDataWithPreparseData) \ + V(UncompiledDataWithoutPreparseData) \ + V(UncompiledDataWithPreparseDataAndJob) \ + V(UncompiledDataWithoutPreparseDataWithJob) \ V(Undetectable) \ V(UniqueName) \ + IF_WASM(V, WasmApiFunctionRef) \ IF_WASM(V, WasmArray) \ IF_WASM(V, WasmCapiFunctionData) \ IF_WASM(V, WasmTagObject) \ @@ -232,9 +242,9 @@ class ZoneForwardList; IF_WASM(V, WasmExportedFunctionData) \ IF_WASM(V, WasmFunctionData) \ IF_WASM(V, WasmGlobalObject) \ + IF_WASM(V, WasmInternalFunction) \ IF_WASM(V, WasmInstanceObject) \ IF_WASM(V, WasmJSFunctionData) \ - IF_WASM(V, WasmApiFunctionRef) \ IF_WASM(V, WasmMemoryObject) \ IF_WASM(V, WasmModuleObject) \ IF_WASM(V, WasmObject) \ @@ -242,6 +252,7 @@ class ZoneForwardList; IF_WASM(V, WasmTypeInfo) \ IF_WASM(V, WasmTableObject) \ IF_WASM(V, WasmValueObject) \ + IF_WASM(V, WasmSuspenderObject) \ V(WeakFixedArray) \ V(WeakArrayList) \ V(WeakCell) \ |