Home | History | Annotate | Download | only in src

Lines Matching refs:WHILE

862     while (target != NULL) {
1119 while (peek() != end_token) {
1325 while (peek() != Token::RBRACE) {
1350 while (Check(Token::PERIOD)) {
1434 while (peek() == Token::COMMA) {
1495 while (peek() == Token::COMMA) {
1621 case Token::WHILE:
1885 while (!done) {
1897 // accessible while parsing the first time not when reparsing
1976 while (peek() != Token::RBRACE) {
2007 while (peek() != Token::RBRACE) {
2322 // constant lookups is always the function context, while it is the top
2350 } while (peek() == Token::COMMA);
2614 while (peek() != Token::CASE &&
2641 while (peek() != Token::RBRACE) {
2784 // 'do' Statement 'while' '(' Expression ')' ';'
2791 Expect(Token::WHILE, CHECK_OK);
2803 // semi-colons. This allows code such as 'do;while(0)return' to
2815 // 'while' '(' Expression ')' Statement
2820 Expect(Token::WHILE, CHECK_OK);
3017 while (peek() == Token::COMMA) {
3138 while (Precedence(peek(), accept_IN) == prec1) {
3357 while (true) {
3488 while (true) {
3734 while (peek() != Token::RBRACK) {
4106 while (peek() != Token::RBRACE) {
4142 continue; // restart the while
4265 while (!done) {
4421 while (!done) {
4685 // The extension structures are only accessible while parsing the
5121 // Used to store current state while parsing subexpressions.
5126 while (true) {
5471 while ((n = current()) != kEndMarker) {
5479 while ((c = current()) != kEndMarker) {
5507 while (true) {
5552 while (IsDecimalDigit(current())) {
5558 } while (IsDecimalDigit(current()));
5575 while (IsDecimalDigit(current())) {
5580 } while (IsDecimalDigit(current()));
5775 while (has_more() && current() != ']') {
5881 while ((input & 0x80u) != 0) {