Searched refs:HasDictionaryElements (Results 1 – 7 of 7) sorted by relevance
413 if (!current->HasDictionaryElements()) continue; in RUNTIME_FUNCTION()
884 F(HasDictionaryElements, 1, 1) \
787 CHECK(HasDictionaryElements()); in JSArrayVerify()
6186 DCHECK(object->HasDictionaryElements() || in NormalizeElements()7885 DCHECK(object->HasDictionaryElements() || in PreventExtensions()8044 !object->HasDictionaryElements() && in PreventExtensionsWithTransition()8725 if (current->HasDictionaryElements() && in DictionaryElementsInPrototypeChainOnly()15734 DCHECK(object->HasDictionaryElements()); in BestFittingFastElementsKind()17296 DCHECK(object->HasDictionaryElements()); in PrepareSlowElementsForSort()17398 if (object->HasDictionaryElements()) { in PrepareElementsForSort()
7205 bool JSObject::HasDictionaryElements() { in HasDictionaryElements() function7272 DCHECK(HasDictionaryElements() || HasSlowStringWrapperElements()); in element_dictionary()
2233 inline bool HasDictionaryElements();
1641 } else if (js_obj->HasDictionaryElements()) { in ExtractElementReferences()