Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h165 ecma_value_t ecma_regexp_search_helper (ecma_value_t regexp_arg, ecma_value_t string_arg);
Decma-regexp-object.c1924 ecma_regexp_search_helper (ecma_value_t regexp_arg, /**< regexp argument */ in ecma_regexp_search_helper() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c663 return ecma_regexp_search_helper (this_arg, string_arg); in ecma_builtin_regexp_prototype_symbol_search()
Decma-builtin-string-prototype.c614 return ecma_regexp_search_helper (regexp_value, this_value); in ecma_builtin_string_prototype_object_search()
654 result = ecma_regexp_search_helper (new_regexp, ecma_make_string_value (string_p)); in ecma_builtin_string_prototype_object_search()