Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc1363 ZoneList<Scanner::Location>* export_locations, in ParseExportClause() argument
1399 export_locations->Add(scanner()->location(), zone()); in ParseExportClause()
1646 ZoneList<Scanner::Location> export_locations(1, zone()); in ParseExportDeclaration() local
1648 ParseExportClause(&export_names, &export_locations, &local_names, in ParseExportDeclaration()
1662 DCHECK_EQ(length, export_locations.length()); in ParseExportDeclaration()
1668 ParserTraits::ReportMessageAt(export_locations[i], in ParseExportDeclaration()
Dparser.h737 ZoneList<Scanner::Location>* export_locations,