Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc1020 Scanner::Location* reserved_loc, bool* ok) { in ParseExportClause() argument
1040 if (!reserved_loc->IsValid() && in ParseExportClause()
1042 *reserved_loc = scanner()->location(); in ParseExportClause()
1330 Scanner::Location reserved_loc = Scanner::Location::invalid(); in ParseExportDeclaration() local
1335 &reserved_loc, CHECK_OK); in ParseExportDeclaration()
1339 } else if (reserved_loc.IsValid()) { in ParseExportDeclaration()
1342 ReportMessageAt(reserved_loc, MessageTemplate::kUnexpectedReserved); in ParseExportDeclaration()
Dparser.h316 Scanner::Location* reserved_loc, bool* ok);