Searched refs:ecma_object_is_regexp_object (Results 1 – 6 of 6) sorted by relevance
63 if (!ecma_object_is_regexp_object (this)) in ecma_builtin_regexp_prototype_flags_helper()219 if (!ecma_object_is_regexp_object (this_arg)) in ecma_builtin_regexp_prototype_get_source()375 if (!ecma_object_is_regexp_object (this_arg) in ecma_builtin_regexp_prototype_compile()396 if (ecma_object_is_regexp_object (pattern_arg)) in ecma_builtin_regexp_prototype_compile()442 if (!ecma_object_is_regexp_object (this_arg)) in ecma_builtin_regexp_prototype_exec()581 if (!ecma_object_is_regexp_object (this_arg)) in ecma_builtin_regexp_prototype_to_string()
107 if (ecma_object_is_regexp_object (pattern_value)) in ecma_builtin_regexp_dispatch_helper()149 if (ecma_object_is_regexp_object (pattern_value)) in ecma_builtin_regexp_dispatch_helper()
352 if (ecma_object_is_regexp_object (regexp_arg)) in ecma_builtin_string_prototype_object_match()425 if (ecma_object_is_regexp_object (search_value)) in ecma_builtin_string_prototype_object_replace()612 if (ecma_object_is_regexp_object (regexp_value)) in ecma_builtin_string_prototype_object_search()779 if (ecma_object_is_regexp_object (separator_value)) in ecma_builtin_string_prototype_object_split()
75 bool ecma_object_is_regexp_object (ecma_value_t arg);
2875 ecma_object_is_regexp_object (ecma_value_t arg) /**< argument */ in ecma_object_is_regexp_object() function2952 return ecma_make_boolean_value (ecma_object_is_regexp_object (arg)); in ecma_op_is_regexp()
1677 JERRY_ASSERT (ecma_object_is_regexp_object (ecma_make_object_value (regexp_object_p))); in ecma_regexp_exec_helper()3444 if (!ecma_object_is_regexp_object (this_arg)) in ecma_op_regexp_exec()