summaryrefslogtreecommitdiff
path: root/deps/v8/src/roots/roots.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/roots/roots.h')
-rw-r--r--deps/v8/src/roots/roots.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/deps/v8/src/roots/roots.h b/deps/v8/src/roots/roots.h
index 27f2f5792a..744176e35e 100644
--- a/deps/v8/src/roots/roots.h
+++ b/deps/v8/src/roots/roots.h
@@ -85,7 +85,6 @@ class Symbol;
V(Map, bytecode_array_map, BytecodeArrayMap) \
V(Map, code_data_container_map, CodeDataContainerMap) \
V(Map, coverage_info_map, CoverageInfoMap) \
- V(Map, descriptor_array_map, DescriptorArrayMap) \
V(Map, fixed_double_array_map, FixedDoubleArrayMap) \
V(Map, global_dictionary_map, GlobalDictionaryMap) \
V(Map, many_closures_cell_map, ManyClosuresCellMap) \
@@ -165,11 +164,13 @@ class Symbol;
EmptyClosureFeedbackCellArray) \
V(NumberDictionary, empty_slow_element_dictionary, \
EmptySlowElementDictionary) \
- V(FixedArray, empty_ordered_hash_map, EmptyOrderedHashMap) \
- V(FixedArray, empty_ordered_hash_set, EmptyOrderedHashSet) \
+ V(OrderedHashMap, empty_ordered_hash_map, EmptyOrderedHashMap) \
+ V(OrderedHashSet, empty_ordered_hash_set, EmptyOrderedHashSet) \
V(FeedbackMetadata, empty_feedback_metadata, EmptyFeedbackMetadata) \
V(PropertyCell, empty_property_cell, EmptyPropertyCell) \
V(NameDictionary, empty_property_dictionary, EmptyPropertyDictionary) \
+ V(OrderedNameDictionary, empty_ordered_property_dictionary, \
+ EmptyOrderedPropertyDictionary) \
V(InterceptorInfo, noop_interceptor_info, NoOpInterceptorInfo) \
V(WeakFixedArray, empty_weak_fixed_array, EmptyWeakFixedArray) \
V(WeakArrayList, empty_weak_array_list, EmptyWeakArrayList) \