Searched refs:ecma_regexp_match_helper (Results 1 – 4 of 4) sorted by relevance
167 ecma_value_t ecma_regexp_match_helper (ecma_value_t this_arg, ecma_value_t string_arg);
3217 ecma_regexp_match_helper (ecma_value_t this_arg, /**< this argument */ in ecma_regexp_match_helper() function
696 return ecma_regexp_match_helper (this_arg, string_arg); in ecma_builtin_regexp_prototype_symbol_match()
354 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()