Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-heap.cc654 CHECK(array->HasDictionaryElements()); // Must be in slow mode. in TEST()
/external/v8/src/
Dobjects.cc1665 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()
Dobjects-inl.h2705 bool JSObject::HasDictionaryElements() { in HasDictionaryElements() function
2778 ASSERT(HasDictionaryElements()); in element_dictionary()
Dobjects.h1154 inline bool HasDictionaryElements();