Home
last modified time | relevance | path

Searched refs:first_property_pair_p (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers.c416 ecma_property_pair_t *first_property_pair_p = (ecma_property_pair_t *) first_property_p; in ecma_create_property() local
419 first_property_pair_p->names_cp[0] = ecma_string_to_property_name (name_p, in ecma_create_property()
425 JERRY_ASSERT (ECMA_PROPERTY_VALUE_PTR (property_p) == first_property_pair_p->values + 0); in ecma_create_property()
432 first_property_pair_p->values[0] = value; in ecma_create_property()
444 first_property_pair_p, in ecma_create_property()
449 return first_property_pair_p->values + 0; in ecma_create_property()
454 ecma_property_pair_t *first_property_pair_p = ecma_alloc_property_pair (); in ecma_create_property() local
476 first_property_pair_p->header.next_property_cp = *property_list_head_p; in ecma_create_property()
477 first_property_pair_p->header.types[0] = ECMA_PROPERTY_TYPE_DELETED; in ecma_create_property()
478 first_property_pair_p in ecma_create_property()
[all...]

Completed in 2 milliseconds