Home
last modified time | relevance | path

Searched refs:initial_list_length (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Delements.cc1210 uint32_t initial_list_length = in PrependElementIndicesImpl() local
1213 initial_list_length += nof_property_keys; in PrependElementIndicesImpl()
1214 if (initial_list_length > FixedArray::kMaxLength || in PrependElementIndicesImpl()
1215 initial_list_length < nof_property_keys) { in PrependElementIndicesImpl()
1222 isolate->factory()->TryNewFixedArray(initial_list_length); in PrependElementIndicesImpl()
1234 initial_list_length = in PrependElementIndicesImpl()
1236 initial_list_length += nof_property_keys; in PrependElementIndicesImpl()
1238 combined_keys = isolate->factory()->NewFixedArray(initial_list_length); in PrependElementIndicesImpl()