Searched refs:obj_this (Results 1 – 3 of 3) sorted by relevance
447 ecma_value_t obj_this = ecma_op_to_object (this_arg); in ecma_builtin_regexp_prototype_exec() local448 if (ECMA_IS_VALUE_ERROR (obj_this)) in ecma_builtin_regexp_prototype_exec()450 return obj_this; in ecma_builtin_regexp_prototype_exec()456 ecma_free_value (obj_this); in ecma_builtin_regexp_prototype_exec()460 …ecma_value_t ret_value = ecma_regexp_exec_helper (ecma_get_object_from_value (obj_this), input_str… in ecma_builtin_regexp_prototype_exec()462 ecma_free_value (obj_this); in ecma_builtin_regexp_prototype_exec()
132 ecma_value_t obj_this = ecma_op_to_object (this_arg); in ecma_builtin_helper_object_to_string() local134 if (ECMA_IS_VALUE_ERROR (obj_this)) in ecma_builtin_helper_object_to_string()136 return obj_this; in ecma_builtin_helper_object_to_string()139 JERRY_ASSERT (ecma_is_value_object (obj_this)); in ecma_builtin_helper_object_to_string()141 ecma_object_t *obj_p = ecma_get_object_from_value (obj_this); in ecma_builtin_helper_object_to_string()
2605 ecma_value_t obj_this = ecma_op_to_object (this_arg); in ecma_builtin_array_prototype_dispatch_routine() local2607 if (ECMA_IS_VALUE_ERROR (obj_this)) in ecma_builtin_array_prototype_dispatch_routine()2609 return obj_this; in ecma_builtin_array_prototype_dispatch_routine()2612 ecma_object_t *obj_p = ecma_get_object_from_value (obj_this); in ecma_builtin_array_prototype_dispatch_routine()