Searched refs:NextEnumerationIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects.cc670 enumeration_index = property_dictionary->NextEnumerationIndex();
1777 int index = dict->NextEnumerationIndex();
4281 if (number_of_elements != dictionary->NextEnumerationIndex()) {
14946 !PropertyDetails::IsValidIndex(dictionary->NextEnumerationIndex() + n)) {
15030 int index = dictionary->NextEnumerationIndex();
H A Dobjects.h3549 int NextEnumerationIndex() { function in class:v8::internal::Dictionary

Completed in 899 milliseconds