Searched refs:target_obj_p (Results 1 – 3 of 3) sorted by relevance
312 ecma_object_t *target_obj_p = ecma_get_object_from_value (target); in ecma_proxy_object_get_prototype_of() local317 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() local424 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 …]
1029 …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() local1035 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() local1129 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()
463 ecma_object_t *target_obj_p = ecma_get_object_from_value (new_typedarray); in ecma_builtin_typedarray_prototype_map() local464 ecma_typedarray_info_t target_info = ecma_typedarray_get_info (target_obj_p); in ecma_builtin_typedarray_prototype_map()