Searched refs:sort_array (Results 1 – 3 of 3) sorted by relevance
718 Handle<FixedArray> sort_array = isolate->factory()->NewFixedArray(num_enum); in GetEnumPropertyKeys() local735 sort_array->set(index, Smi::FromInt(details.index())); in GetEnumPropertyKeys()752 storage->SortPairs(*sort_array, sort_array->length()); in GetEnumPropertyKeys()771 Handle<FixedArray> sort_array = isolate->factory()->NewFixedArray(num_enum); in GetEnumPropertyKeys() local772 object->property_dictionary()->CopyEnumKeysTo(*storage, *sort_array); in GetEnumPropertyKeys()
12279 FixedArray* sort_array) { in CopyEnumKeysTo() argument12289 sort_array->set(index, Smi::FromInt(details.index())); in CopyEnumKeysTo()12293 storage->SortPairs(sort_array, sort_array->length()); in CopyEnumKeysTo()
3106 void CopyEnumKeysTo(FixedArray* storage, FixedArray* sort_array);