Searched refs:has_dictionary_elements (Results 1 – 4 of 4) sorted by relevance
251 } else if (has_dictionary_elements()) { in GetInitialElements()606 bool Map::has_dictionary_elements() const { in has_dictionary_elements() function
424 inline bool has_dictionary_elements() const;
4326 DCHECK(transition_map->has_dictionary_elements() || in PreventExtensionsWithTransition()4403 DCHECK(object->map().has_dictionary_elements() || in PreventExtensionsWithTransition()
2342 !receiver_map->has_dictionary_elements() && in StoreElementHandler()2592 } else if (old_receiver_map->has_dictionary_elements() || in Store()