Searched refs:requires_slow_elements (Results 1 – 3 of 3) sorted by relevance
2093 bool SeededNumberDictionary::requires_slow_elements() { in requires_slow_elements() function2101 ASSERT(!requires_slow_elements()); in max_number_key()
9902 if (dictionary->requires_slow_elements()) return false; in ShouldConvertToFastElements()11276 if (IsJSArray() || dict->requires_slow_elements() || in PrepareElementsForSort()12134 if (requires_slow_elements()) return; in UpdateMaxNumberKey()
3184 inline bool requires_slow_elements();