Searched refs:export_names (Results 1 – 2 of 2) sorted by relevance
1362 void* Parser::ParseExportClause(ZoneList<const AstRawString*>* export_names, in ParseExportClause() argument1397 export_names->Add(export_name, zone()); in ParseExportClause()1645 ZoneList<const AstRawString*> export_names(1, zone()); in ParseExportDeclaration() local1648 ParseExportClause(&export_names, &export_locations, &local_names, in ParseExportDeclaration()1660 const int length = export_names.length(); in ParseExportDeclaration()1665 scope_->module()->AddLocalExport(export_names[i], local_names[i], in ParseExportDeclaration()1670 export_names[i]); in ParseExportDeclaration()
736 void* ParseExportClause(ZoneList<const AstRawString*>* export_names,