Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1542 ecma_regexp_match (ecma_regexp_ctx_t *re_ctx_p, /**< RegExp matcher context */ in ecma_regexp_match() function
1767 matched_p = ecma_regexp_match (&re_ctx, bc_start_p, input_curr_p); in ecma_regexp_exec_helper()
2375 const lit_utf8_byte_t *const matched_p = ecma_regexp_match (&re_ctx, bc_start_p, current_str_p); in ecma_regexp_split_helper()
2400 const lit_utf8_byte_t *const matched_p = ecma_regexp_match (&re_ctx, bc_start_p, current_str_p); in ecma_regexp_split_helper()
2557 matched_p = ecma_regexp_match (&re_ctx, bc_start_p, current_p); in ecma_regexp_replace_helper_fast()