Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c473 re_ctx_p->token.type = RE_TOK_CLASS_ESCAPE; in re_parse_char_escape()
479 re_ctx_p->token.type = RE_TOK_CLASS_ESCAPE; in re_parse_char_escape()
485 re_ctx_p->token.type = RE_TOK_CLASS_ESCAPE; in re_parse_char_escape()
491 re_ctx_p->token.type = RE_TOK_CLASS_ESCAPE; in re_parse_char_escape()
497 re_ctx_p->token.type = RE_TOK_CLASS_ESCAPE; in re_parse_char_escape()
503 re_ctx_p->token.type = RE_TOK_CLASS_ESCAPE; in re_parse_char_escape()
1022 if (re_ctx_p->token.type == RE_TOK_CLASS_ESCAPE) in re_parse_char_class()
1293 case RE_TOK_CLASS_ESCAPE: in re_parse_alternative()
Dre-token.h48 RE_TOK_CLASS_ESCAPE, /**< "\d \D \w \W \s \S" */ enumerator