Home
last modified time | relevance | path

Searched refs:GetImportedModule (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h64 JSHandle<SourceTextModule> GetImportedModule(const CString &referencing);
Djs_module_manager.cpp350 JSHandle<SourceTextModule> ModuleManager::GetImportedModule(const CString &referencing) in GetImportedModule() function in panda::ecmascript::ModuleManager
424 JSHandle<SourceTextModule> module = GetImportedModule(referencing); in IsInstantiatedModule()
874 JSHandle<ecmascript::SourceTextModule> moduleRecord = GetImportedModule(recordName); in GetModuleNameSpaceFromFile()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp234 moduleManager->GetImportedModule(moduleName); in DynamicImportJob()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5742 JSHandle<ecmascript::SourceTextModule> ecmaModule = moduleManager->GetImportedModule(entry); in GetExportObject()
5763 …JSHandle<ecmascript::SourceTextModule> ecmaModule = moduleManager->GetImportedModule(file.c_str()); in GetExportObjectFromBuffer()
5789 …JSHandle<ecmascript::SourceTextModule> ecmaModule = moduleManager->GetImportedModule(recordName.c_… in GetExportObjectFromOhmUrl()