Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2467 uint32_t string_name_pos = string_named_properties_count; in ecma_op_object_get_property_names() local
2527 JERRY_ASSERT (string_name_pos > 0); in ecma_op_object_get_property_names()
2528 JERRY_ASSERT (string_name_pos <= string_named_properties_count); in ecma_op_object_get_property_names()
2536 string_names_p[--string_name_pos] = name_p; in ecma_op_object_get_property_names()
2542 JERRY_ASSERT (string_name_pos - lazy_string_name_pos == 0); in ecma_op_object_get_property_names()