Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h74 ((token_type) >= LEXER_ASSIGN && (token_type) <= LEXER_EXPONENTIATION)
125 LEXER_EXPONENTIATION, /**< "**" (prec: 15) */ enumerator
Djs-parser-expr.c2275 if (context_p->token.type == LEXER_EXPONENTIATION in parser_process_unary_expression()
Djs-lexer.c1730 context_p->token.type = LEXER_EXPONENTIATION; in lexer_next_token()