Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.h31ecma_property_ref_t *property_ref_p, uint32_t options);
Decma-objects.c74 ecma_property_ref_t *property_ref_p, /**< property reference */ in ecma_op_object_get_own_property()
364 ecma_property_ref_t *property_ref_p, /**< property reference */ in ecma_op_object_get_property()
1518 ecma_property_ref_t property_ref = { NULL }; in ecma_op_object_put_with_receiver()
1898 ecma_property_ref_t property_ref; in ecma_op_object_get_own_property_descriptor()
Decma-objects-general.c148 ecma_property_ref_t property_ref; in ecma_op_general_object_delete()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h605 } ecma_property_ref_t; typedef
613 ecma_property_ref_t property_ref; /**< property reference */