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

/external/chromium_org/v8/src/
H A Dobjects.cc691 int enumeration_index; local
694 enumeration_index = property_dictionary()->NextEnumerationIndex();
695 property_dictionary()->SetNextEnumerationIndex(enumeration_index + 1);
697 enumeration_index = original_details.dictionary_index();
698 ASSERT(enumeration_index > 0);
702 details.attributes(), details.type(), enumeration_index);
6874 int enumeration_index, PropertyAttributes attributes) {
6875 if (enumeration_index == 0) return GetHeap()->empty_descriptor_array();
6877 int size = enumeration_index;
6904 if (number_of_descriptors() != enumeration_index) descriptor
6873 CopyUpToAddAttributes( int enumeration_index, PropertyAttributes attributes) argument
15267 int enumeration_index = details.dictionary_index(); local
[all...]
H A Dobjects.h3202 MUST_USE_RESULT MaybeObject* CopyUpTo(int enumeration_index) { argument
3203 return CopyUpToAddAttributes(enumeration_index, NONE);
3207 int enumeration_index,
/external/v8/src/
H A Dobjects.cc5768 int enumeration_index = NextEnumerationIndex(); local
5774 descriptor->SetEnumerationIndex(enumeration_index);
5775 ++enumeration_index;
5778 new_descriptors->SetNextEnumerationIndex(enumeration_index);

Completed in 245 milliseconds