Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c447 ecma_value_t obj_this = ecma_op_to_object (this_arg); in ecma_builtin_regexp_prototype_exec() local
448 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()
Decma-builtin-helpers.c132 ecma_value_t obj_this = ecma_op_to_object (this_arg); in ecma_builtin_helper_object_to_string() local
134 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()
Decma-builtin-array-prototype.c2605 ecma_value_t obj_this = ecma_op_to_object (this_arg); in ecma_builtin_array_prototype_dispatch_routine() local
2607 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()