Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c942 uint8_t found_escape_flags = 0; in re_parse_char_class() local
1025 found_escape_flags |= escape_flags[escape]; in re_parse_char_class()
1104 if (found_escape_flags & escape_flags[escape]) in re_parse_char_class()