Searched refs:enumeration_index (Results 1 – 3 of 3) sorted by relevance
754 int enumeration_index; in SetNormalizedProperty() local757 enumeration_index = property_dictionary->NextEnumerationIndex(); in SetNormalizedProperty()758 property_dictionary->SetNextEnumerationIndex(enumeration_index + 1); in SetNormalizedProperty()760 enumeration_index = original_details.dictionary_index(); in SetNormalizedProperty()761 ASSERT(enumeration_index > 0); in SetNormalizedProperty()765 details.attributes(), details.type(), enumeration_index); in SetNormalizedProperty()7076 int enumeration_index, in CopyUpToAddAttributes() argument7079 desc->CopyUpToAddAttributes(enumeration_index, attributes), in CopyUpToAddAttributes()7085 int enumeration_index, PropertyAttributes attributes) { in CopyUpToAddAttributes() argument7086 if (enumeration_index == 0) return GetHeap()->empty_descriptor_array(); in CopyUpToAddAttributes()[all …]
3312 MUST_USE_RESULT MaybeObject* CopyUpTo(int enumeration_index) { in CopyUpTo() argument3313 return CopyUpToAddAttributes(enumeration_index, NONE); in CopyUpTo()3318 int enumeration_index,3321 int enumeration_index,
5768 int enumeration_index = NextEnumerationIndex(); in CopyInsert() local5774 descriptor->SetEnumerationIndex(enumeration_index); in CopyInsert()5775 ++enumeration_index; in CopyInsert()5778 new_descriptors->SetNextEnumerationIndex(enumeration_index); in CopyInsert()