Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c74 ecma_property_ref_t *property_ref_p, /**< property reference */ in ecma_op_object_get_own_property() argument
85 || property_ref_p != NULL); in ecma_op_object_get_own_property()
105 property_ref_p->virtual_value = ecma_make_uint32_value (length); in ecma_op_object_get_own_property()
124 property_ref_p->virtual_value = ecma_make_string_value (char_str_p); in ecma_op_object_get_own_property()
141 property_ref_p->virtual_value = ecma_make_uint32_value (ext_object_p->u.array.length); in ecma_op_object_get_own_property()
164 property_ref_p->virtual_value = ecma_fast_copy_value (values_p[index]); in ecma_op_object_get_own_property()
207 property_ref_p->virtual_value = value; in ecma_op_object_get_own_property()
280 property_ref_p->virtual_value = ecma_make_uint32_value (len); in ecma_op_object_get_own_property()
341 ((ecma_extended_property_ref_t *) property_ref_p)->property_p = property_p; in ecma_op_object_get_own_property()
344 if (property_ref_p != NULL) in ecma_op_object_get_own_property()
[all …]
Decma-objects.h31 … ecma_property_ref_t *property_ref_p, uint32_t options);