Searched refs:string_named_properties_count (Results 1 – 1 of 1) sorted by relevance
2124 ecma_length_t string_named_properties_count = 0; in ecma_op_object_get_property_names() local2257 string_named_properties_count++; in ecma_op_object_get_property_names()2419 string_named_properties_count++; in ecma_op_object_get_property_names()2452 …length_t all_properties_count = array_index_named_properties_count + string_named_properties_count; in ecma_op_object_get_property_names()2463 ecma_string_t **symbol_names_p = string_names_p + string_named_properties_count; in ecma_op_object_get_property_names()2467 uint32_t string_name_pos = string_named_properties_count; in ecma_op_object_get_property_names()2528 JERRY_ASSERT (string_name_pos <= string_named_properties_count); in ecma_op_object_get_property_names()