Home | History | Annotate | Download | only in src

Lines Matching refs:WHILE

870   while (peek() != end_token) {
1067 while (peek() != Token::RBRACE) {
1107 while (Check(Token::PERIOD)) {
1207 while (peek() == Token::COMMA) {
1269 while (peek() == Token::COMMA) {
1391 case Token::WHILE:
1639 while (!done) {
1651 // accessible while parsing the first time not when reparsing
1719 while (peek() != Token::RBRACE) {
1749 while (peek() != Token::RBRACE) {
2071 // constant lookups is always the function context, while it is the top
2103 } while (peek() == Token::COMMA);
2386 while (peek() != Token::CASE &&
2414 while (peek() != Token::RBRACE) {
2561 // 'do' Statement 'while' '(' Expression ')' ';'
2569 Expect(Token::WHILE, CHECK_OK);
2576 // semi-colons. This allows code such as 'do;while(0)return' to
2588 // 'while' '(' Expression ')' Statement
2593 Expect(Token::WHILE, CHECK_OK);
2899 while (peek() == Token::COMMA) {
3041 while (Precedence(peek(), accept_IN) == prec1) {
3282 while (true) {
3422 while (true) {
3646 while (peek() != Token::RBRACK) {
3727 while (peek() != Token::RBRACE) {
3788 continue; // restart the while
3903 while (!done) {
4114 while (!done) {
4407 // The extension structures are only accessible while parsing the
4847 // Used to store current state while parsing subexpressions.
4852 while (true) {
5197 while ((n = current()) != kEndMarker) {
5205 while ((c = current()) != kEndMarker) {
5233 while (true) {
5278 while (IsDecimalDigit(current())) {
5284 } while (IsDecimalDigit(current()));
5301 while (IsDecimalDigit(current())) {
5306 } while (IsDecimalDigit(current()));
5503 while (has_more() && current() != ']') {
5602 while ((input & 0x80u) != 0) {