Home | History | Annotate | Download | only in parsing

Lines Matching full:export_names

1017 void Parser::ParseExportClause(ZoneList<const AstRawString*>* export_names,
1056 export_names->Add(export_name, zone());
1331 ZoneList<const AstRawString*> export_names(1, zone());
1334 ParseExportClause(&export_names, &export_locations, &original_names,
1346 const int length = export_names.length();
1351 module()->AddExport(original_names[i], export_names[i],
1358 module()->AddExport(original_names[i], export_names[i],