Home
last modified time | relevance | path

Searched defs:exported (Results 1 – 23 of 23) 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/
DexportAllDeclaration.h27 explicit ExportAllDeclaration(StringLiteral *source, Identifier *exported) in ExportAllDeclaration()
DexportSpecifier.h26 explicit ExportSpecifier(Identifier *local, Identifier *exported) in ExportSpecifier()
/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/ets_frontend/arkguard/test/ut/utils/obfuscation/
DfileWhiteLists_expected01.json24 "exported": { object
68 "exported": { object
97 "exported": { object
DfileWhiteLists_expected03.json24 "exported": { object
68 "exported": { object
109 "exported": { object
159 "exported": { object
DfileWhiteLists_expected02.json24 "exported": { object
68 "exported": { object
109 "exported": { object
/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.cpp87 …tJsExportDescriptor *ModuleAddExportFromJsToJs(AbckitJsModule *exporting, AbckitJsModule *exported, in ModuleAddExportFromJsToJs()
Dmetadata_arkts_modify_impl.cpp146 …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 = { variable
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/
DAbilityInterface.ts42 exported: boolean; property
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dmetadata_modify_dynamic.cpp382 …ndirectExportToModuleLiteralArray(AbckitCoreModule *exporting, AbckitCoreModule *exported, const T… in AddIndirectExportToModuleLiteralArray()
442 size_t AddStarExportToModuleLiteralArray(AbckitCoreModule *exporting, AbckitCoreModule *exported, c… in AddStarExportToModuleLiteralArray()
483 size_t AddExportToModuleLiteralArray(AbckitCoreModule *exporting, AbckitCoreModule *exported, const… in AddExportToModuleLiteralArray()
500 …tDescriptor *DynamicModuleAddExportDynamic(AbckitCoreModule *exporting, AbckitCoreModule *exported, in DynamicModuleAddExportDynamic()
530 …tDescriptor *DynamicModuleAddExportDynamic(AbckitCoreModule *exporting, AbckitCoreModule *exported, in DynamicModuleAddExportDynamic()
/arkcompiler/runtime_core/libabckit/tests/mock/
Darkts_modify_api_impl_mock.cpp60 AbckitArktsModule *exporting, AbckitArktsModule *exported, in ModuleAddExportFromArktsV1ToArktsV1()
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1682 auto *exported = AllocNode<ir::Identifier>(exportedString, Allocator()); in ParseNamedExport() local
1693 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local
1734 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local
DETSparser.cpp1318 …auto *exported = AllocNode<ir::Identifier>(compiler::Signatures::EXPORT_DEFAULT_CONSTANT_ANONYMOUS… in ParseSingleExportForAnonymousConst() local
1348 auto *exported = AllocNode<ir::Identifier>(token.Ident(), Allocator()); in ParseSingleExport() local
1418 auto *exported = in ParseNamedSpecifiesImport() 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
2627 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DProjectCollections.ts140 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