Home
last modified time | relevance | path

Searched defs:matched_p (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c687 const lit_utf8_byte_t *matched_p = ecma_regexp_run (re_ctx_p, bc_p, str_curr_p); in ecma_regexp_run() local
728 const lit_utf8_byte_t *matched_p = ecma_regexp_run (re_ctx_p, bc_p, str_curr_p); in ecma_regexp_run() local
755 … const lit_utf8_byte_t *const matched_p = ecma_regexp_run (re_ctx_p, group_p->bc_p, str_curr_p); in ecma_regexp_run() local
777 const lit_utf8_byte_t *const matched_p = ecma_regexp_run (re_ctx_p, bc_p, str_curr_p); in ecma_regexp_run() local
799 … const lit_utf8_byte_t *const matched_p = ecma_regexp_run (re_ctx_p, group_p->bc_p, str_curr_p); in ecma_regexp_run() local
843 … const lit_utf8_byte_t *const matched_p = ecma_regexp_run (re_ctx_p, group_p->bc_p, str_curr_p); in ecma_regexp_run() local
864 const lit_utf8_byte_t *const matched_p = ecma_regexp_run (re_ctx_p, bc_p, str_curr_p); in ecma_regexp_run() local
888 … const lit_utf8_byte_t *const matched_p = ecma_regexp_run (re_ctx_p, group_p->bc_p, str_curr_p); in ecma_regexp_run() local
931 … const lit_utf8_byte_t *const matched_p = ecma_regexp_run (re_ctx_p, group_p->bc_p, str_curr_p); in ecma_regexp_run() local
977 … const lit_utf8_byte_t *const matched_p = ecma_regexp_run (re_ctx_p, group_p->bc_p, str_curr_p); in ecma_regexp_run() local
[all …]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.h76 const lit_utf8_byte_t *matched_p; /**< matched string */ member
Decma-builtin-helpers.c920 const ecma_string_t *const matched_p = ecma_get_string_from_value (match_value); in ecma_builtin_replace_substitute() local