Home
last modified time | relevance | path

Searched refs:reserved_loc (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser.cc948 Scanner::Location* reserved_loc, bool* ok) { in ParseExportClause() argument
970 if (!reserved_loc->IsValid() && in ParseExportClause()
973 *reserved_loc = scanner()->location(); in ParseExportClause()
1266 Scanner::Location reserved_loc = Scanner::Location::invalid(); in ParseExportDeclaration() local
1268 ParseExportClause(&reserved_loc, CHECK_OK); in ParseExportDeclaration()
1274 } else if (reserved_loc.IsValid()) { in ParseExportDeclaration()
1277 ReportMessageAt(reserved_loc, MessageTemplate::kUnexpectedReserved); in ParseExportDeclaration()
Dparser.h271 Scanner::Location* reserved_loc, bool* ok);