Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c511 ecma_regexp_advance (ecma_regexp_ctx_t *re_ctx_p, /**< regexp context */ in ecma_regexp_advance() function
1372 const lit_code_point_t cp = ecma_regexp_advance (re_ctx_p, &str_curr_p); in ecma_regexp_run()
1393 const lit_code_point_t cp = ecma_regexp_advance (re_ctx_p, &str_curr_p); in ecma_regexp_run()
1495 const lit_code_point_t ch2 = ecma_regexp_advance (re_ctx_p, &str_curr_p); in ecma_regexp_run()