Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2125 ecma_length_t array_index_named_properties_count = 0; in ecma_op_object_get_property_names() local
2247 array_index_named_properties_count++; in ecma_op_object_get_property_names()
2282 array_index_named_properties_count = length - ecma_fast_array_get_hole_count (obj_p); in ecma_op_object_get_property_names()
2407 array_index_named_properties_count++; in ecma_op_object_get_property_names()
2452 …ecma_length_t all_properties_count = array_index_named_properties_count + string_named_properties_… in ecma_op_object_get_property_names()
2461 ecma_string_t **string_names_p = names_p + array_index_named_properties_count; in ecma_op_object_get_property_names()
2484 JERRY_ASSERT (array_index_name_pos < array_index_named_properties_count); in ecma_op_object_get_property_names()
2541 JERRY_ASSERT (array_index_name_pos == array_index_named_properties_count); in ecma_op_object_get_property_names()