Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc1156 uint32_t nof_property_keys = keys->length(); in PrependElementIndicesImpl() local
1160 initial_list_length += nof_property_keys; in PrependElementIndicesImpl()
1162 initial_list_length < nof_property_keys) { in PrependElementIndicesImpl()
1183 initial_list_length += nof_property_keys; in PrependElementIndicesImpl()
1211 FAST_ELEMENTS, nof_indices, nof_property_keys); in PrependElementIndicesImpl()
1217 int final_size = nof_indices + nof_property_keys; in PrependElementIndicesImpl()