Home
last modified time | relevance | path

Searched defs:exported (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/module/
DexportSpecifier.h26 explicit ExportSpecifier(Identifier *local, Identifier *exported) in ExportSpecifier()
DexportAllDeclaration.h27 explicit ExportAllDeclaration(StringLiteral *source, Identifier *exported) in ExportAllDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/module/
DexportSpecifier.h36 explicit ExportSpecifier(Identifier *local, Identifier *exported, bool isType) in ExportSpecifier()
DexportAllDeclaration.h38 …explicit ExportAllDeclaration(StringLiteral *source, Identifier *exported, AssertClause *assertCla… in ExportAllDeclaration()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic/ets_to_ts/
Dgeneric.test.js45 const exported = { constant
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1529 auto *exported = AllocNode<ir::Identifier>(exportedString, Allocator()); in ParseNamedExport() local
1539 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local
1575 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local
DETSparser.cpp1042 auto *exported = AllocNode<ir::Identifier>(token.Ident(), Allocator()); in ParseSingleExport() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2319 const ir::Identifier *exported) in AddExportStarEntryItem()
2513 auto *exported = AllocNode<ir::Identifier>(exportedString); in ParseNamedExport() local
2523 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local
2592 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local