Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-token.h47 RE_TOK_ASSERT_NOT_WORD_BOUNDARY, /**< "\B" */ enumerator
Dre-parser.c747 re_ctx_p->token.type = RE_TOK_ASSERT_NOT_WORD_BOUNDARY; in re_parse_next_token()
1241 case RE_TOK_ASSERT_NOT_WORD_BOUNDARY: in re_parse_alternative()