Home
last modified time | relevance | path

Searched refs:ecma_object_is_regexp_object (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c63 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()
Decma-builtin-regexp.c107 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()
Decma-builtin-string-prototype.c352 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()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.h75 bool ecma_object_is_regexp_object (ecma_value_t arg);
Decma-objects.c2875 ecma_object_is_regexp_object (ecma_value_t arg) /**< argument */ in ecma_object_is_regexp_object() function
2952 return ecma_make_boolean_value (ecma_object_is_regexp_object (arg)); in ecma_op_is_regexp()
Decma-regexp-object.c1677 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()