• Home
  • Raw
  • Download

Lines Matching refs:GetJSThread

40     FrameHandler frameHandler(vm_->GetJSThread());  in GetCurrentModule()
53 return SendableClassModule::GenerateSendableFuncModule(vm_->GetJSThread(), module); in GenerateSendableFuncModule()
62 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
71 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
79 …extModule::Cast(currentModule->GetTaggedObject())->GetModuleValue(vm_->GetJSThread(), index, false… in GetModuleValueInner()
101 JSThread *thread = vm_->GetJSThread(); in GetModuleValueOutterInternal()
172 JSThread *thread = vm_->GetJSThread(); in GetLazyModuleValueOutterInternal()
239 JSThread *thread = vm_->GetJSThread(); in StoreModuleValue()
246 JSThread *thread = vm_->GetJSThread(); in StoreModuleValue()
258 JSThread *thread = vm_->GetJSThread(); in StoreModuleValueInternal()
270 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
280 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
297 JSThread *thread = vm_->GetJSThread(); in GetModuleValueOutterInternal()
326 JSThread *thread = vm_->GetJSThread(); in StoreModuleValue()
333 JSThread *thread = vm_->GetJSThread(); in StoreModuleValue()
345 JSThread *thread = vm_->GetJSThread(); in StoreModuleValueInternal()
352 auto thread = vm_->GetJSThread(); in GetImportedModule()
366 return JSHandle<SourceTextModule>(vm_->GetJSThread(), entry->second); in HostGetImportedModule()
395 return sharedModuleManager->SearchInSModuleManager(vm_->GetJSThread(), referencing); in IsSharedModuleLoaded()
404 return sharedModuleManager->SearchInSModuleManager(vm_->GetJSThread(), referencing); in IsModuleLoaded()
439 return JSHandle<JSTaggedValue>(vm_->GetJSThread(), entry->second); in HostResolveImportedModuleWithMerge()
447 JSThread *thread = vm_->GetJSThread(); in HostResolveImportedModuleWithMergeForHotReload()
463 JSThread *thread = vm_->GetJSThread(); in CommonResolveImportedModuleWithMerge()
478 JSThread *thread = vm_->GetJSThread(); in HostResolveImportedModule()
506 JSThread *thread = vm_->GetJSThread(); in HostResolveImportedModule()
546 JSThread *thread = vm_->GetJSThread(); in ResolveNativeModule()
613 JSThread *thread = vm_->GetJSThread(); in GetModuleNamespaceInternal()
670 return vm_->GetJSThread()->GlobalConstants()->GetUndefined(); in GetModuleNamespaceInternal()
674 return vm_->GetJSThread()->GlobalConstants()->GetUndefined(); in GetModuleNamespaceInternal()
709 JSThread *thread = vm->GetJSThread(); in GetExportObjectIndex()
746 JSThread *thread = vm_->GetJSThread(); in HostResolveImportedModule()
882 JSThread *thread = vm_->GetJSThread(); in TryGetImportedModule()