Home
last modified time | relevance | path

Searched refs:has_dictionary_elements (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmap-inl.h251 } else if (has_dictionary_elements()) { in GetInitialElements()
606 bool Map::has_dictionary_elements() const { in has_dictionary_elements() function
Dmap.h424 inline bool has_dictionary_elements() const;
Djs-objects.cc4326 DCHECK(transition_map->has_dictionary_elements() || in PreventExtensionsWithTransition()
4403 DCHECK(object->map().has_dictionary_elements() || in PreventExtensionsWithTransition()
/third_party/node/deps/v8/src/ic/
Dic.cc2342 !receiver_map->has_dictionary_elements() && in StoreElementHandler()
2592 } else if (old_receiver_map->has_dictionary_elements() || in Store()