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/
H A Decma-helpers.c392 jmem_cpointer_t *property_list_head_p = &object_p->u1.property_list_cp; in ecma_create_property() local
394 if (*property_list_head_p != ECMA_NULL_POINTER) in ecma_create_property()
398 *property_list_head_p); in ecma_create_property()
405 property_list_head_p = &first_property_p->next_property_cp; in ecma_create_property()
407 *property_list_head_p); in ecma_create_property()
456 /* Need to query property_list_head_p again and recheck the existennce in ecma_create_property()
458 property_list_head_p = &object_p->u1.property_list_cp; in ecma_create_property()
462 if (*property_list_head_p != ECMA_NULL_POINTER) in ecma_create_property()
465 *property_list_head_p); in ecma_create_property()
469 property_list_head_p in ecma_create_property()
[all...]

Completed in 2 milliseconds