Lines Matching refs:GetJSThread
43 …resolvedModules_ = NameDictionary::Create(vm_->GetJSThread(), DEAULT_DICTIONART_CAPACITY).GetTagge… in ModuleManager()
48 FrameHandler frameHandler(vm_->GetJSThread()); in GetCurrentModule()
59 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
68 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
76 …extModule::Cast(currentModule->GetTaggedObject())->GetModuleValue(vm_->GetJSThread(), index, false… in GetModuleValueInner()
98 JSThread *thread = vm_->GetJSThread(); in GetModuleValueOutterInternal()
192 …return FastRuntimeStub::CallGetter(vm_->GetJSThread(), JSTaggedValue(obj), JSTaggedValue(obj), val… in GetValueFromExportObject()
200 JSThread *thread = vm_->GetJSThread(); in StoreModuleValue()
207 JSThread *thread = vm_->GetJSThread(); in StoreModuleValue()
219 JSThread *thread = vm_->GetJSThread(); in StoreModuleValueInternal()
231 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
241 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
258 JSThread *thread = vm_->GetJSThread(); in GetModuleValueOutterInternal()
286 JSThread *thread = vm_->GetJSThread(); in StoreModuleValue()
293 JSThread *thread = vm_->GetJSThread(); in StoreModuleValue()
305 JSThread *thread = vm_->GetJSThread(); in StoreModuleValueInternal()
325 return JSHandle<SourceTextModule>(vm_->GetJSThread(), result); in HostGetImportedModule()
337 return JSHandle<SourceTextModule>(vm_->GetJSThread(), result); in HostGetImportedModule()
372 JSThread *thread = vm_->GetJSThread(); in HostResolveImportedModuleWithMerge()
406 return JSHandle<JSTaggedValue>(vm_->GetJSThread(), cachedEmptyModule_); in CreateEmptyModule()
419 JSThread *thread = vm_->GetJSThread(); in HostResolveImportedModule()
453 JSThread *thread = vm_->GetJSThread(); in HostResolveImportedModule()
501 JSThread *thread = vm_->GetJSThread(); in ResolveNativeModule()
545 JSThread *thread = vm_->GetJSThread(); in AddResolveImportedModule()
553 JSThread *thread = vm_->GetJSThread(); in AddResolveImportedModule()
580 JSThread *thread = vm_->GetJSThread(); in GetModuleNamespaceInternal()
633 return vm_->GetJSThread()->GlobalConstants()->GetUndefined(); in GetModuleNamespaceInternal()
637 return vm_->GetJSThread()->GlobalConstants()->GetUndefined(); in GetModuleNamespaceInternal()
668 JSThread *thread = vm->GetJSThread(); in GetExportObjectIndex()
690 JSThread *thread = vm_->GetJSThread(); in HostResolveImportedModule()