Searched refs:requires_slow_elements (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects-inl.h3135 bool SeededNumberDictionary::requires_slow_elements() { function in class:v8::internal::SeededNumberDictionary
3143 DCHECK(!requires_slow_elements());
H A Dobjects.cc12993 if (dictionary->requires_slow_elements()) return false;
14132 // Must stay in dictionary mode, either because of requires_slow_elements,
14231 if (object->IsJSArray() || dict->requires_slow_elements() ||
15045 if (requires_slow_elements()) return;
H A Dobjects.h3700 inline bool requires_slow_elements();
3705 // requires_slow_elements returns false.

Completed in 173 milliseconds