Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2124 ecma_length_t string_named_properties_count = 0; in ecma_op_object_get_property_names() local
2257 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()