Searched refs:LEXER_NOT_EQUAL (Results 1 – 2 of 2) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ | ||
D | js-lexer.h | 107 LEXER_NOT_EQUAL, /**< "!=" (prec: 10) */ enumerator |
D | js-lexer.c | 1694 context_p->token.type = LEXER_NOT_EQUAL; in lexer_next_token() |