Lines Matching defs:Check
250 bool Check(Token::Value token);
1539 // Check whether this statement is of the form this.x = ...;
1587 // Check that the property assigned to is a named property.
1597 // Check whether the value assigned is either a constant or matches the
1608 // Check whether the variable assigned matches an argument name.
3815 // Check for built-in macros.
3825 // Check here for other macros.
3858 bool Parser::Check(Token::Value token) {
3869 // Check for automatic semicolon insertion according to
4118 } while (Check(Token::COMMA));
4150 } while (Check(Token::COMMA));