Searched refs:new_this_obj_p (Results 1 – 1 of 1) sorted by relevance
1163 ecma_object_t *new_this_obj_p = ecma_create_object (proto_p, 0, ECMA_OBJECT_TYPE_GENERAL); in ecma_op_function_construct_external() local1164 ecma_value_t this_arg = ecma_make_object_value (new_this_obj_p); in ecma_op_function_construct_external()1180 ecma_deref_object (new_this_obj_p); in ecma_op_function_construct_external()1235 ecma_object_t *new_this_obj_p = NULL; in ecma_op_function_construct() local1268 new_this_obj_p = ecma_create_object (proto_p, 0, ECMA_OBJECT_TYPE_GENERAL); in ecma_op_function_construct()1270 this_arg = ecma_make_object_value (new_this_obj_p); in ecma_op_function_construct()1289 if (new_this_obj_p != NULL) in ecma_op_function_construct()1291 ecma_deref_object (new_this_obj_p); in ecma_op_function_construct()1294 ecma_deref_object (new_this_obj_p); in ecma_op_function_construct()