Home | History | Annotate | Download | only in src

Lines Matching refs:Expression

495   //   Expression ';'
499 Expression expr = ParseExpression(true, CHECK_OK);
500 // Even if the expression starts with an identifier, it is not necessarily an
504 // Expression is a single identifier, and not, e.g., a parenthesized
516 // Parsed expression statement.
524 // 'if' '(' Expression ')' Statement ('else' Statement)?
577 // 'return' [no line terminator] Expression? ';'
603 // 'with' '(' Expression ')' Statement
623 // 'switch' '(' Expression ')' '{' CaseClause* '}'
655 // 'do' Statement 'while' '(' Expression ')' ';'
670 // 'while' '(' Expression ')' Statement
692 // 'for' '(' Expression? ';' Expression? ';' Expression? ')' Statement
715 Expression lhs = ParseExpression(false, CHECK_OK);
746 // 'throw' [no line terminator] Expression ';'
817 if (!*ok) return Expression::Default(); \
823 PreParser::Expression PreParser::ParseFunctionLiteral(
896 return Expression::Default();
901 return Expression::Default();
906 return Expression::Default();
911 return Expression::Default();
916 return Expression::Default();
923 return Expression::Default();
942 PreParser::Expression PreParser::ParseV8Intrinsic(bool* ok) {
948 return Expression::Default();
954 return Expression::Default();