Searched refs:GetSModule (Results 1 – 5 of 5) sorted by relevance
161 return JSHandle<JSTaggedValue>(GetSModule(thread, recordName)); in ResolveSharedImportedModuleWithMerge()198 JSHandle<SourceTextModule> SharedModuleManager::GetSModule(JSThread *thread, const CString &recordN… in GetSModule() function in panda::ecmascript::SharedModuleManager262 return JSHandle<JSTaggedValue>(GetSModule(thread, entryPoint)); in GenerateFuncModule()
105 JSHandle<SourceTextModule> GetSModule(JSThread *thread, const CString &recordName);
354 return SharedModuleManager::GetInstance()->GetSModule(thread, referencing); in GetImportedModule()
2189 SharedModuleManager::GetInstance()->GetSModule(thread, fileName)); in GetResolvedModule()2233 SharedModuleManager::GetInstance()->GetSModule(thread, entryPoint)); in GetResolvedModuleWithMerge()
321 module = SharedModuleManager::GetInstance()->GetSModule(thread_, entry); in CommonInvokeEcmaEntrypoint()