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

  /external/chromium_org/v8/src/
objects.cc 724 int enumeration_index; local
727 enumeration_index = property_dictionary->NextEnumerationIndex();
728 property_dictionary->SetNextEnumerationIndex(enumeration_index + 1);
730 enumeration_index = original_details.dictionary_index();
731 ASSERT(enumeration_index > 0);
735 details.attributes(), details.type(), enumeration_index);
4743 int enumeration_index = details.dictionary_index(); local
    [all...]
objects.h     [all...]

Completed in 497 milliseconds