HomeSort by relevance Sort by last modified time
    Searched refs:enumeration_index (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
objects.cc 667 int enumeration_index; local
670 enumeration_index = property_dictionary->NextEnumerationIndex();
671 property_dictionary->SetNextEnumerationIndex(enumeration_index + 1);
673 enumeration_index = original_details.dictionary_index();
674 DCHECK(enumeration_index > 0);
678 details.attributes(), details.type(), enumeration_index);
4353 int enumeration_index = details.dictionary_index(); local
    [all...]
objects.h     [all...]

Completed in 52 milliseconds