Home
last modified time | relevance | path

Searched refs:GetSModule (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module_manager.cpp161 return JSHandle<JSTaggedValue>(GetSModule(thread, recordName)); in ResolveSharedImportedModuleWithMerge()
198 JSHandle<SourceTextModule> SharedModuleManager::GetSModule(JSThread *thread, const CString &recordN… in GetSModule() function in panda::ecmascript::SharedModuleManager
262 return JSHandle<JSTaggedValue>(GetSModule(thread, entryPoint)); in GenerateFuncModule()
Djs_shared_module_manager.h105 JSHandle<SourceTextModule> GetSModule(JSThread *thread, const CString &recordName);
Djs_module_manager.cpp354 return SharedModuleManager::GetInstance()->GetSModule(thread, referencing); in GetImportedModule()
Djs_module_source_text.cpp2189 SharedModuleManager::GetInstance()->GetSModule(thread, fileName)); in GetResolvedModule()
2233 SharedModuleManager::GetInstance()->GetSModule(thread, entryPoint)); in GetResolvedModuleWithMerge()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp321 module = SharedModuleManager::GetInstance()->GetSModule(thread_, entry); in CommonInvokeEcmaEntrypoint()