Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.h43 #define RE_INFINITY UINT32_MAX macro
Dre-parser.c267 re_ctx_p->token.qmax = RE_INFINITY; in re_parse_quantifier()
276 re_ctx_p->token.qmax = RE_INFINITY; in re_parse_quantifier()
285 uint32_t qmax = RE_INFINITY; in re_parse_quantifier()