Searched refs:combined_keys (Results 1 – 1 of 1) sorted by relevance
1223 Handle<FixedArray> combined_keys; in PrependElementIndicesImpl() local1228 if (!raw_array.ToHandle(&combined_keys)) { in PrependElementIndicesImpl()1238 combined_keys = isolate->factory()->NewFixedArray(initial_list_length); in PrependElementIndicesImpl()1244 combined_keys = Subclass::DirectCollectElementIndicesImpl( in PrependElementIndicesImpl()1247 combined_keys, &nof_indices); in PrependElementIndicesImpl()1250 SortIndices(isolate, combined_keys, nof_indices); in PrependElementIndicesImpl()1256 combined_keys->get(i)->Number()); in PrependElementIndicesImpl()1257 combined_keys->set(i, *index_string); in PrependElementIndicesImpl()1264 *combined_keys, PACKED_ELEMENTS, nof_indices, in PrependElementIndicesImpl()1273 DCHECK_LE(final_size, combined_keys->length()); in PrependElementIndicesImpl()[all …]