• Home
  • Raw
  • Download

Lines Matching refs:GetJSThread

44 …resolvedModules_ = NameDictionary::Create(vm_->GetJSThread(), DEAULT_DICTIONART_CAPACITY).GetTagge…  in ModuleManager()
49 FrameHandler frameHandler(vm_->GetJSThread()); in GetCurrentModule()
60 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
69 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
77 …extModule::Cast(currentModule->GetTaggedObject())->GetModuleValue(vm_->GetJSThread(), index, false… in GetModuleValueInner()
99 JSThread *thread = vm_->GetJSThread(); in GetModuleValueOutterInternal()
233 …return FastRuntimeStub::CallGetter(vm_->GetJSThread(), JSTaggedValue(obj), JSTaggedValue(obj), val… in GetValueFromExportObject()
241 JSThread *thread = vm_->GetJSThread(); in StoreModuleValue()
248 JSThread *thread = vm_->GetJSThread(); in StoreModuleValue()
260 JSThread *thread = vm_->GetJSThread(); in StoreModuleValueInternal()
272 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
282 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
299 JSThread *thread = vm_->GetJSThread(); in GetModuleValueOutterInternal()
327 JSThread *thread = vm_->GetJSThread(); in StoreModuleValue()
334 JSThread *thread = vm_->GetJSThread(); in StoreModuleValue()
346 JSThread *thread = vm_->GetJSThread(); in StoreModuleValueInternal()
366 return JSHandle<SourceTextModule>(vm_->GetJSThread(), result); in HostGetImportedModule()
392 dict->UpdateValue(vm_->GetJSThread(), entry, result); in IsImportedModuleLoaded()
426 return JSHandle<JSTaggedValue>(vm_->GetJSThread(), dict->GetValue(entry)); in HostResolveImportedModuleWithMerge()
440 JSThread *thread = vm_->GetJSThread(); in CommonResolveImportedModuleWithMerge()
467 return JSHandle<JSTaggedValue>(vm_->GetJSThread(), cachedEmptyModule_); in CreateEmptyModule()
480 JSThread *thread = vm_->GetJSThread(); in HostResolveImportedModule()
514 JSThread *thread = vm_->GetJSThread(); in HostResolveImportedModule()
562 JSThread *thread = vm_->GetJSThread(); in ResolveNativeModule()
606 JSThread *thread = vm_->GetJSThread(); in AddResolveImportedModule()
614 JSThread *thread = vm_->GetJSThread(); in AddResolveImportedModule()
641 JSThread *thread = vm_->GetJSThread(); in GetModuleNamespaceInternal()
694 return vm_->GetJSThread()->GlobalConstants()->GetUndefined(); in GetModuleNamespaceInternal()
698 return vm_->GetJSThread()->GlobalConstants()->GetUndefined(); in GetModuleNamespaceInternal()
729 JSThread *thread = vm->GetJSThread(); in GetExportObjectIndex()
762 JSThread *thread = vm_->GetJSThread(); in HostResolveImportedModule()