Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DexportAllDeclarationBuilder.h35 ExportAllDeclarationBuilder &SetExported(Identifier *exported) in SetExported()
DexportSpecifierBuilder.h35 ExportSpecifierBuilder &SetExported(Identifier *exported) in SetExported()
/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/arkguard/test/ut/utils/obfuscation/
DfileWhiteLists_expected01.json24 "exported": { object
60 "exported": { object
85 "exported": { object
DfileWhiteLists_expected03.json24 "exported": { object
60 "exported": { object
97 "exported": { object
139 "exported": { object
DfileWhiteLists_expected02.json24 "exported": { object
60 "exported": { object
97 "exported": { object
/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/libabckit/include/cpp/headers/js/
Dmodule_impl.h51 inline ExportDescriptor Module::AddExportFromJsToJs(Module exported, std::string_view name, in AddExportFromJsToJs()
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_js_modify_impl.cpp83 …tJsExportDescriptor *ModuleAddExportFromJsToJs(AbckitJsModule *exporting, AbckitJsModule *exported, in ModuleAddExportFromJsToJs()
Dmetadata_arkts_modify_impl.cpp141 …AbckitArktsModule *exporting, AbckitArktsModule *exported, const AbckitArktsDynamicModuleExportCre… in ModuleAddExportFromArktsV1ToArktsV1()
/arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/
Dmodule_impl.h50 inline arkts::ExportDescriptor Module::AddExportFromArktsV1ToArktsV1(arkts::Module exported, std::s… in AddExportFromArktsV1ToArktsV1()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic/ets_to_ts/
Dgeneric.test.js45 const exported = { constant
/arkcompiler/runtime_core/libabckit/tests/mock/
Darkts_modify_api_impl_mock.cpp60 AbckitArktsModule *exporting, AbckitArktsModule *exported, in ModuleAddExportFromArktsV1ToArktsV1()
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dmetadata_modify_dynamic.cpp378 …ndirectExportToModuleLiteralArray(AbckitCoreModule *exporting, AbckitCoreModule *exported, const T… in AddIndirectExportToModuleLiteralArray()
438 size_t AddStarExportToModuleLiteralArray(AbckitCoreModule *exporting, AbckitCoreModule *exported, c… in AddStarExportToModuleLiteralArray()
479 size_t AddExportToModuleLiteralArray(AbckitCoreModule *exporting, AbckitCoreModule *exported, const… in AddExportToModuleLiteralArray()
496 …tDescriptor *DynamicModuleAddExportDynamic(AbckitCoreModule *exporting, AbckitCoreModule *exported, in DynamicModuleAddExportDynamic()
526 …tDescriptor *DynamicModuleAddExportDynamic(AbckitCoreModule *exporting, AbckitCoreModule *exported, in DynamicModuleAddExportDynamic()
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1706 auto *exported = AllocNode<ir::Identifier>(exportedString, Allocator()); in ParseNamedExport() local
1716 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local
1756 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local
DETSparser.cpp1405 auto *exported = AllocNode<ir::Identifier>(token.Ident(), Allocator()); in ParseSingleExport() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2343 const ir::Identifier *exported) in AddExportStarEntryItem()
2543 auto *exported = AllocNode<ir::Identifier>(exportedString); in ParseNamedExport() local
2553 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local
2622 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DProjectCollections.ts122 exported: KeepInfo; // Exported names and properties. property
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/modules/
Dmodules_dynamic_modify_test.cpp247 AbckitCoreModule *exported = nullptr; in DynamicModuleAddExportImpl() local
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/modules/
Dmodules_dynamic_modify_test.cpp333 AbckitCoreModule *exported = nullptr; in DynamicModuleAddExportImpl() local