Searched defs:exported (Results 1 – 8 of 8) sorted by relevance
26 explicit ExportSpecifier(Identifier *local, Identifier *exported) in ExportSpecifier()
27 explicit ExportAllDeclaration(StringLiteral *source, Identifier *exported) in ExportAllDeclaration()
36 explicit ExportSpecifier(Identifier *local, Identifier *exported, bool isType) in ExportSpecifier()
38 …explicit ExportAllDeclaration(StringLiteral *source, Identifier *exported, AssertClause *assertCla… in ExportAllDeclaration()
45 const exported = { constant
1529 auto *exported = AllocNode<ir::Identifier>(exportedString, Allocator()); in ParseNamedExport() local1539 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local1575 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local
1042 auto *exported = AllocNode<ir::Identifier>(token.Ident(), Allocator()); in ParseSingleExport() local
2319 const ir::Identifier *exported) in AddExportStarEntryItem()2513 auto *exported = AllocNode<ir::Identifier>(exportedString); in ParseNamedExport() local2523 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local2592 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local