Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.c387 jmem_cpointer_t *property_list_head_p = &object_p->u1.property_list_cp; in ecma_create_property() local
389 if (*property_list_head_p != ECMA_NULL_POINTER) in ecma_create_property()
393 *property_list_head_p); in ecma_create_property()
400 property_list_head_p = &first_property_p->next_property_cp; in ecma_create_property()
402 *property_list_head_p); in ecma_create_property()
453 property_list_head_p = &object_p->u1.property_list_cp; in ecma_create_property()
457 if (*property_list_head_p != ECMA_NULL_POINTER) in ecma_create_property()
460 *property_list_head_p); in ecma_create_property()
464 property_list_head_p = &first_property_p->next_property_cp; in ecma_create_property()
471 first_property_pair_p->header.next_property_cp = *property_list_head_p; in ecma_create_property()
[all …]