Home
last modified time | relevance | path

Searched refs:string_literal_local_name_loc (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser.cc1207 Scanner::Location* string_literal_local_name_loc) { in ParseExportClause()
1234 if (!string_literal_local_name_loc->IsValid() && in ParseExportClause()
1238 *string_literal_local_name_loc = scanner()->location(); in ParseExportClause()
1694 Scanner::Location string_literal_local_name_loc = in ParseExportDeclaration() local
1697 ParseExportClause(&reserved_loc, &string_literal_local_name_loc); in ParseExportDeclaration()
1719 } else if (string_literal_local_name_loc.IsValid()) { in ParseExportDeclaration()
1720 ReportMessageAt(string_literal_local_name_loc, in ParseExportDeclaration()
1205 ParseExportClause( Scanner::Location* reserved_loc, Scanner::Location* string_literal_local_name_loc) ParseExportClause() argument
H A Dparser.h293 Scanner::Location* string_literal_local_name_loc);

Completed in 8 milliseconds