Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h52 RE_ESCAPE_DIGIT = RE_ESCAPE__START, /**< digit */ enumerator
Decma-regexp-object.c473 case RE_ESCAPE_DIGIT: in ecma_regexp_check_class_escape()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c474 re_ctx_p->token.value = RE_ESCAPE_DIGIT; in re_parse_char_escape()