Searched refs:HasDictionaryElements (Results 1 – 4 of 4) sorted by relevance
654 CHECK(array->HasDictionaryElements()); // Must be in slow mode. in TEST()
1665 if (!JSObject::cast(pt)->HasDictionaryElements()) { in LookupCallbackSetterInPrototypes()2216 if (HasDictionaryElements()) return this; in NormalizeElements()2868 if (js_object->HasDictionaryElements()) { in LookupAccessor()5654 ASSERT(HasDictionaryElements()); in SetFastElement()6087 ASSERT(HasDictionaryElements()); in ShouldConvertToFastElements()7014 ASSERT(HasDictionaryElements()); in PrepareSlowElementsForSort()7090 if (HasDictionaryElements()) { in PrepareElementsForSort()
2705 bool JSObject::HasDictionaryElements() { in HasDictionaryElements() function2778 ASSERT(HasDictionaryElements()); in element_dictionary()
1154 inline bool HasDictionaryElements();