• Home
  • Raw
  • Download

Lines Matching refs:GetModuleValue

62 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),…  in GetModuleValueInner()
71 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
79 …return SourceTextModule::Cast(currentModule->GetTaggedObject())->GetModuleValue(vm_->GetJSThread()… in GetModuleValueInner()
132 … return ModuleManagerHelper::GetModuleValue(thread, moduleOfHotReload, binding->GetIndex()); in GetModuleValueOutterInternal()
135 return ModuleManagerHelper::GetModuleValue(thread, module, binding->GetIndex()); in GetModuleValueOutterInternal()
200 … return ModuleManagerHelper::GetModuleValue(thread, moduleOfHotReload, binding->GetIndex()); in GetLazyModuleValueOutterInternal()
205 return ModuleManagerHelper::GetModuleValue(thread, module, binding->GetIndex()); in GetLazyModuleValueOutterInternal()
270 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
280 …return SourceTextModule::Cast(currentModule.GetTaggedObject())->GetModuleValue(vm_->GetJSThread(),… in GetModuleValueInner()
321 return module->GetModuleValue(thread, binding->GetBindingName(), false); in GetModuleValueOutterInternal()
636 …return SourceTextModule::Cast(requiredModuleST.GetTaggedValue())->GetModuleValue(thread, 0, false); in GetModuleNamespaceInternal()
759 JSTaggedValue result = ecmaModule->GetModuleValue(thread, index, false); in LoadNativeModule()
768 return JSHandle<JSTaggedValue>(thread, moduleRecord->GetModuleValue(thread, 0, false)); in ExecuteNativeModuleMayThrowError()