Home | History | Annotate | Download | only in parsing

Lines Matching full:end_token

212 void PreParser::ParseStatementList(int end_token, bool* ok,
215 // (Statement)* <end_token>
223 while (peek() != end_token) {