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.h54 JSHandle<SourceTextModule> HostGetImportedModule(const CString &referencingModule);
55 JSHandle<SourceTextModule> HostGetImportedModule(JSTaggedValue referencing);
56 JSHandle<SourceTextModule> HostGetImportedModule(void *src);
Djs_dynamic_import.cpp35 moduleManager->HostGetImportedModule(specifierString.GetTaggedValue()); in ExecuteNativeModule()
Djs_module_deregister.cpp43 thread->GetCurrentEcmaContext()->GetModuleManager()->HostGetImportedModule(pointer); in FreeModuleRecord()
68 JSHandle<SourceTextModule> module = moduleManager->HostGetImportedModule(moduleName); in ReviseLoadedModuleCount()
Djs_module_manager.cpp311 JSHandle<SourceTextModule> ModuleManager::HostGetImportedModule(const CString &referencingModule) in HostGetImportedModule() function in panda::ecmascript::ModuleManager
315 return HostGetImportedModule(referencingHandle.GetTaggedValue()); in HostGetImportedModule()
318 JSHandle<SourceTextModule> ModuleManager::HostGetImportedModule(JSTaggedValue referencing) in HostGetImportedModule() function in panda::ecmascript::ModuleManager
328 JSHandle<SourceTextModule> ModuleManager::HostGetImportedModule(void *src) in HostGetImportedModule() function in panda::ecmascript::ModuleManager
Djs_module_source_text.cpp87 …return JSHandle<JSTaggedValue>(moduleManager->HostGetImportedModule(moduleRequest.GetTaggedValue()… in HostResolveImportedModuleWithMerge()
128 …return JSHandle<JSTaggedValue>(moduleManager->HostGetImportedModule(moduleRequest.GetTaggedValue()… in HostResolveImportedModule()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp566 JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName); in CollectExportIndexs()
648 JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName); in CollectRecordImportInfo()
678 JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName); in CollectRecordExportInfo()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp218 moduleManager->HostGetImportedModule(moduleName.GetTaggedValue()); in DynamicImportJob()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp242 …rceTextModule> module = thread->GetCurrentEcmaContext()->GetModuleManager()->HostGetImportedModule( 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.cpp271 JSHandle<SourceTextModule> module = moduleManager_->HostGetImportedModule(moduleName); in InvokeEcmaEntrypoint()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1084 … JSHandle<SourceTextModule> currentModule = moduleManager->HostGetImportedModule(recordName_); in InferLdExternalModuleVar()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp919 JSHandle<ecmascript::SourceTextModule> ecmaModule = moduleManager->HostGetImportedModule(entry); in GetExportObject()
940 …JSHandle<ecmascript::SourceTextModule> ecmaModule = moduleManager->HostGetImportedModule(file.c_st… in GetExportObjectFromBuffer()