Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h115 #define LIT_CHAR_UPPERCASE_B ((ecma_char_t) 'B') macro
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c744 else if (*re_ctx_p->input_curr_p == LIT_CHAR_UPPERCASE_B) in re_parse_next_token()