Home
last modified time | relevance | path

Searched refs:HostGetImportedModule (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h55 JSHandle<SourceTextModule> HostGetImportedModule(const CString &referencingModule);
56 JSHandle<SourceTextModule> HostGetImportedModule(JSTaggedValue referencing);
57 JSTaggedValue HostGetImportedModule(void *src);
Djs_dynamic_import.cpp39 moduleManager->HostGetImportedModule(specifierString.GetTaggedValue()); in ExecuteNativeOrJsonModule()
Djs_module_deregister.cpp43 thread->GetCurrentEcmaContext()->GetModuleManager()->HostGetImportedModule(pointer); in FreeModuleRecord()
71 JSHandle<SourceTextModule> module = moduleManager->HostGetImportedModule(moduleName); in ReviseLoadedModuleCount()
Djs_module_manager.cpp352 JSHandle<SourceTextModule> ModuleManager::HostGetImportedModule(const CString &referencingModule) in HostGetImportedModule() function in panda::ecmascript::ModuleManager
356 return HostGetImportedModule(referencingHandle.GetTaggedValue()); in HostGetImportedModule()
359 JSHandle<SourceTextModule> ModuleManager::HostGetImportedModule(JSTaggedValue referencing) in HostGetImportedModule() function in panda::ecmascript::ModuleManager
369 JSTaggedValue ModuleManager::HostGetImportedModule(void *src) in HostGetImportedModule() function in panda::ecmascript::ModuleManager
783 JSHandle<SourceTextModule> moduleRecord = HostGetImportedModule(keyHandle.GetTaggedValue()); in LoadNativeModule()
Djs_module_source_text.cpp112 …return JSHandle<JSTaggedValue>(moduleManager->HostGetImportedModule(moduleRequestStr.GetTaggedValu… in HostResolveImportedModuleWithMerge()
149 …return JSHandle<JSTaggedValue>(moduleManager->HostGetImportedModule(moduleRequest.GetTaggedValue()… in HostResolveImportedModule()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp644 JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName); in CollectExportIndexs()
726 JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName); in CollectRecordImportInfo()
756 JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName); in CollectRecordExportInfo()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp231 moduleManager->HostGetImportedModule(moduleName.GetTaggedValue()); in DynamicImportJob()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp301 …module.Update(thread->GetCurrentEcmaContext()->GetModuleManager()->HostGetImportedModule(moduleNam… in DefineMethodInLiteral()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp279 …JSHandle<SourceTextModule> module = moduleManager->HostGetImportedModule("module_test_module_test_… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp295 JSHandle<SourceTextModule> module = moduleManager_->HostGetImportedModule(moduleName); in CommonInvokeEcmaEntrypoint()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1140 … JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName_); in InferLdExternalModuleVar()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3745 JSHandle<ecmascript::SourceTextModule> ecmaModule = moduleManager->HostGetImportedModule(entry); in GetExportObject()
3765 …JSHandle<ecmascript::SourceTextModule> ecmaModule = moduleManager->HostGetImportedModule(file.c_st… in GetExportObjectFromBuffer()