Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc1157 uint32_t initial_list_length = in PrependElementIndicesImpl() local
1160 initial_list_length += nof_property_keys; in PrependElementIndicesImpl()
1161 if (initial_list_length > FixedArray::kMaxLength || in PrependElementIndicesImpl()
1162 initial_list_length < nof_property_keys) { in PrependElementIndicesImpl()
1169 isolate->factory()->TryNewFixedArray(initial_list_length); in PrependElementIndicesImpl()
1181 initial_list_length = in PrependElementIndicesImpl()
1183 initial_list_length += nof_property_keys; in PrependElementIndicesImpl()
1185 combined_keys = isolate->factory()->NewFixedArray(initial_list_length); in PrependElementIndicesImpl()