Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-token.h50 RE_TOK_CHAR, /**< any character */ enumerator
Dre-parser.c434 re_ctx_p->token.type = RE_TOK_CHAR; in re_parse_char_escape()
843 re_ctx_p->token.type = RE_TOK_CHAR; in re_parse_next_token()
863 re_ctx_p->token.type = RE_TOK_CHAR; in re_parse_next_token()
1030 JERRY_ASSERT (re_ctx_p->token.type == RE_TOK_CHAR); in re_parse_char_class()
1347 JERRY_ASSERT (re_ctx_p->token.type == RE_TOK_CHAR); in re_parse_alternative()