Home
last modified time | relevance | path

Searched defs:exporting (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/
Dmetadata_js_modify_impl.cpp87 extern "C" AbckitJsExportDescriptor *ModuleAddExportFromJsToJs(AbckitJsModule *exporting, AbckitJsM… in ModuleAddExportFromJsToJs()
Dmetadata_arkts_modify_impl.cpp146AbckitArktsModule *exporting, AbckitArktsModule *exported, const AbckitArktsDynamicModuleExportCre… in ModuleAddExportFromArktsV1ToArktsV1()
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dmetadata_modify_dynamic.cpp361 size_t AddLocalExportToModuleLiteralArray(AbckitCoreModule *exporting, AbckitCoreModule * /*exporte… in AddLocalExportToModuleLiteralArray() argument
382 size_t AddIndirectExportToModuleLiteralArray(AbckitCoreModule *exporting, AbckitCoreModule *exporte… 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 AbckitArktsExportDescriptor *DynamicModuleAddExportDynamic(AbckitCoreModule *exporting, AbckitCoreM… in DynamicModuleAddExportDynamic()
530 AbckitJsExportDescriptor *DynamicModuleAddExportDynamic(AbckitCoreModule *exporting, AbckitCoreModu… in DynamicModuleAddExportDynamic()
/arkcompiler/runtime_core/libabckit/tests/mock/
Darkts_modify_api_impl_mock.cpp60 AbckitArktsModule *exporting, AbckitArktsModule *exported, in ModuleAddExportFromArktsV1ToArktsV1()