Home
last modified time | relevance | path

Searched refs:ECMA_SET_POINTER (Results 1 – 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.c95 ECMA_SET_POINTER (new_object_p->u2.prototype_cp, prototype_object_p); in ecma_create_object()
122 ECMA_SET_POINTER (new_lexical_environment_p->u2.outer_reference_cp, outer_lexical_environment_p); in ecma_create_decl_lex_env()
161 ECMA_SET_POINTER (new_lexical_environment_p->u2.outer_reference_cp, outer_lexical_environment_p); in ecma_create_object_lex_env()
562 ECMA_SET_POINTER (getter_setter_pair_p->getter_cp, get_p); in ecma_create_named_accessor_property()
563 ECMA_SET_POINTER (getter_setter_pair_p->setter_cp, set_p); in ecma_create_named_accessor_property()
566 ECMA_SET_POINTER (value.getter_setter_pair.getter_cp, get_p); in ecma_create_named_accessor_property()
567 ECMA_SET_POINTER (value.getter_setter_pair.setter_cp, set_p); in ecma_create_named_accessor_property()
998 ECMA_SET_POINTER (getter_setter_pair_p->getter_cp, getter_p); in ecma_set_named_accessor_property_getter()
1000 ECMA_SET_POINTER (prop_value_p->getter_setter_pair.getter_cp, getter_p); in ecma_set_named_accessor_property_getter()
1018 ECMA_SET_POINTER (getter_setter_pair_p->setter_cp, setter_p); in ecma_set_named_accessor_property_setter()
[all …]
Decma-helpers.h64 #define ECMA_SET_POINTER(field, non_compressed_pointer) JMEM_CP_SET_POINTER (field, non_compressed_… macro
162 ECMA_SET_POINTER (field, pointer)
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-general.c526 ECMA_SET_POINTER (prop_desc_getter_cp, property_desc_p->get_p); in ecma_op_general_object_define_own_property()
527 ECMA_SET_POINTER (prop_desc_setter_cp, property_desc_p->set_p); in ecma_op_general_object_define_own_property()
Decma-array-object.c158 ECMA_SET_POINTER (object_p->u1.property_list_cp, values_p); in ecma_op_new_fast_array_object()
222 ECMA_SET_POINTER (object_p->u1.property_list_cp, property_pair_p); in ecma_fast_array_convert_to_normal()
Decma-proxy-object.c255 ECMA_SET_POINTER (proto_cp, proto_obj_p); in ecma_proxy_object_prototype_to_cp()
Decma-objects.c3172 ECMA_SET_POINTER (obj_p->u2.prototype_cp, new_proto_p); in ecma_op_ordinary_object_set_prototype_of()
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c831 ECMA_SET_POINTER (ecma_get_object_from_value (result)->u2.prototype_cp, in ecma_op_implicit_constructor_handler_heritage_cb()
996 ECMA_SET_POINTER (ctor_p->u2.prototype_cp, ctor_parent_p); in opfunc_init_class()
Dvm.c600 ECMA_SET_POINTER (ecma_get_object_from_value (completion_value)->u2.prototype_cp, in vm_super_call()