• Home
  • Raw
  • Download

Lines Matching defs:currentModule

65     JSTaggedValue currentModule = GetCurrentModule();  in GetModuleValueInner()  local
74 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
83 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueOutter() local
87 JSTaggedValue ModuleManager::GetModuleName(JSTaggedValue currentModule) in GetModuleName()
100 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() local
104 …TaggedValue ModuleManager::GetModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) in GetModuleValueOutterInternal()
144 JSTaggedValue ModuleManager::GetNativeModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetNativeModuleValue()
160 JSTaggedValue ModuleManager::GetCJSModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetCJSModuleValue()
202 JSHandle<SourceTextModule> currentModule(thread, GetCurrentModule()); in StoreModuleValue() local
209 …JSHandle<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetMo… in StoreModuleValue() local
213 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> &currentModule, in StoreModuleValueInternal()
227 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueInner() local
237 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
247 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueOutter() local
253 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() local
257 …edValue ModuleManager::GetModuleValueOutterInternal(JSTaggedValue key, JSTaggedValue currentModule) in GetModuleValueOutterInternal()
289 JSHandle<SourceTextModule> currentModule(thread, GetCurrentModule()); in StoreModuleValue() local
296 …JSHandle<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetMo… in StoreModuleValue() local
300 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> &currentModule, in StoreModuleValueInternal()
500 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleNamespace() local
506 JSTaggedValue currentModule = JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule(); in GetModuleNamespace() local
510 JSTaggedValue ModuleManager::GetModuleNamespaceInternal(int32_t index, JSTaggedValue currentModule) in GetModuleNamespaceInternal()
551 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleNamespace() local
557 JSTaggedValue currentModule = JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule(); in GetModuleNamespace() local
561 …lue ModuleManager::GetModuleNamespaceInternal(JSTaggedValue localName, JSTaggedValue currentModule) in GetModuleNamespaceInternal()