Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2452 …ecma_length_t all_properties_count = array_index_named_properties_count + string_named_properties_… in ecma_op_object_get_property_names() local
2455 all_properties_count += symbol_named_properties_count; in ecma_op_object_get_property_names()
2459 JMEM_DEFINE_LOCAL_ARRAY (names_p, all_properties_count, ecma_string_t *); in ecma_op_object_get_property_names()
2551 for (uint32_t i = 0; i < all_properties_count; i++) in ecma_op_object_get_property_names()