Home
last modified time | relevance | path

Searched refs:is_wordchar_left (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c1252 const bool is_wordchar_left = ((str_curr_p > re_ctx_p->input_start_p) in ecma_regexp_run() local
1257 if (is_wordchar_right == is_wordchar_left) in ecma_regexp_run()
1266 const bool is_wordchar_left = ((str_curr_p > re_ctx_p->input_start_p) in ecma_regexp_run() local
1271 if (is_wordchar_right != is_wordchar_left) in ecma_regexp_run()

Completed in 4 milliseconds