Home
last modified time | relevance | path

Searched refs:ecma_regexp_match_helper (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h167 ecma_value_t ecma_regexp_match_helper (ecma_value_t this_arg, ecma_value_t string_arg);
Decma-regexp-object.c3217 ecma_regexp_match_helper (ecma_value_t this_arg, /**< this argument */ in ecma_regexp_match_helper() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c696 return ecma_regexp_match_helper (this_arg, string_arg); in ecma_builtin_regexp_prototype_symbol_match()
Decma-builtin-string-prototype.c354 return ecma_regexp_match_helper (regexp_arg, this_argument); in ecma_builtin_string_prototype_object_match()
372 ecma_value_t result = ecma_regexp_match_helper (new_regexp, this_argument); in ecma_builtin_string_prototype_object_match()