Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-alloc.h105 ecma_property_pair_t *ecma_alloc_property_pair (void);
Decma-alloc.c217 ecma_alloc_property_pair (void) in ecma_alloc_property_pair() function
Decma-helpers.c449 ecma_property_pair_t *first_property_pair_p = ecma_alloc_property_pair (); in ecma_create_property()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c200 property_pair_p = ecma_alloc_property_pair (); in ecma_fast_array_convert_to_normal()