Home
last modified time | relevance | path

Searched refs:target_obj_p (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-proxy-object.c312 ecma_object_t *target_obj_p = ecma_get_object_from_value (target); in ecma_proxy_object_get_prototype_of() local
317 return ecma_builtin_object_object_get_prototype_of (target_obj_p); in ecma_proxy_object_get_prototype_of()
342 ecma_value_t extensible_target = ecma_builtin_object_object_is_extensible (target_obj_p); in ecma_proxy_object_get_prototype_of()
359 ecma_value_t target_proto = ecma_builtin_object_object_get_prototype_of (target_obj_p); in ecma_proxy_object_get_prototype_of()
419 ecma_object_t *target_obj_p = ecma_get_object_from_value (target); in ecma_proxy_object_set_prototype_of() local
424 if (ECMA_OBJECT_IS_PROXY (target_obj_p)) in ecma_proxy_object_set_prototype_of()
426 return ecma_proxy_object_set_prototype_of (target_obj_p, proto); in ecma_proxy_object_set_prototype_of()
429 return ecma_op_ordinary_object_set_prototype_of (target_obj_p, proto); in ecma_proxy_object_set_prototype_of()
451 ecma_value_t extensible_target = ecma_builtin_object_object_is_extensible (target_obj_p); in ecma_proxy_object_set_prototype_of()
466 ecma_value_t target_proto = ecma_builtin_object_object_get_prototype_of (target_obj_p); in ecma_proxy_object_set_prototype_of()
[all …]
Decma-function-object.c1029 …ecma_object_t *target_obj_p = ecma_op_bound_function_get_argument_list (func_obj_p, bound_arg_list… in ecma_op_function_call_bound() local
1035 ecma_value_t ret_value = ecma_op_function_call (target_obj_p, in ecma_op_function_call_bound()
1123 …ecma_object_t *target_obj_p = ecma_op_bound_function_get_argument_list (func_obj_p, bound_arg_list… in ecma_op_function_construct_bound() local
1129 new_target_p = target_obj_p; in ecma_op_function_construct_bound()
1132 ecma_value_t ret_value = ecma_op_function_construct (target_obj_p, in ecma_op_function_construct_bound()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c463 ecma_object_t *target_obj_p = ecma_get_object_from_value (new_typedarray); in ecma_builtin_typedarray_prototype_map() local
464 ecma_typedarray_info_t target_info = ecma_typedarray_get_info (target_obj_p); in ecma_builtin_typedarray_prototype_map()