Searched refs:is_wordchar_left (Results 1 – 1 of 1) sorted by relevance
1252 const bool is_wordchar_left = ((str_curr_p > re_ctx_p->input_start_p) in ecma_regexp_run() local1257 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() local1271 if (is_wordchar_right != is_wordchar_left) in ecma_regexp_run()