Lines Matching full:consume
379 Consume(i::Token::VAR);
391 Consume(i::Token::CONST);
427 Consume(i::Token::LET);
448 if (nvars > 0) Consume(i::Token::COMMA);
480 Consume(i::Token::COLON);
548 // Consume the return token. It is necessary to do the before
630 if (peek() == i::Token::SEMICOLON) Consume(i::Token::SEMICOLON);
741 Consume(i::Token::CATCH);
759 Consume(i::Token::FINALLY);
853 Consume(i::Token::CONDITIONAL);
964 Consume(i::Token::LBRACK);
982 Consume(i::Token::PERIOD);
1013 Consume(i::Token::NEW);
1035 Consume(i::Token::FUNCTION);
1055 Consume(i::Token::LBRACK);
1066 Consume(i::Token::PERIOD);
1077 // Consume one of the new prefixes (already parsed).
1166 Consume(i::Token::LPAREN);
1285 Consume(next);
1290 Consume(next);
1295 Consume(next);