Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc1018 ZoneList<Scanner::Location>* export_locations, in ParseExportClause() argument
1058 export_locations->Add(location, zone()); in ParseExportClause()
1332 ZoneList<Scanner::Location> export_locations(1, zone()); in ParseExportDeclaration() local
1334 ParseExportClause(&export_names, &export_locations, &original_names, in ParseExportDeclaration()
1348 DCHECK_EQ(length, export_locations.length()); in ParseExportDeclaration()
1352 export_locations[i], zone()); in ParseExportDeclaration()
1359 module_specifier, export_locations[i], zone()); in ParseExportDeclaration()
Dparser.h314 ZoneList<Scanner::Location>* export_locations,