Lines Matching defs:currentModule
54 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueInner() local
63 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
70 …aggedValue ModuleManager::GetModuleValueInner(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueInner()
80 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueOutter() local
86 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() local
90 …ggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueOutter()
95 …TaggedValue ModuleManager::GetModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) in GetModuleValueOutterInternal()
158 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetLazyModuleValueOutter() local
162 …edValue ModuleManager::GetLazyModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) in GetLazyModuleValueOutterInternal()
236 JSHandle<SourceTextModule> currentModule(thread, GetCurrentModule()); in StoreModuleValue() local
243 …JSHandle<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetMo… in StoreModuleValue() local
247 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> ¤tModule, in StoreModuleValueInternal()
261 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueInner() local
271 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
281 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueOutter() local
287 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() local
291 …edValue ModuleManager::GetModuleValueOutterInternal(JSTaggedValue key, JSTaggedValue currentModule) in GetModuleValueOutterInternal()
323 JSHandle<SourceTextModule> currentModule(thread, GetCurrentModule()); in StoreModuleValue() local
330 …JSHandle<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetMo… in StoreModuleValue() local
334 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> ¤tModule, in StoreModuleValueInternal()
456 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleNamespace() local
462 JSTaggedValue currentModule = JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule(); in GetModuleNamespace() local
466 JSTaggedValue ModuleManager::GetModuleNamespaceInternal(int32_t index, JSTaggedValue currentModule) in GetModuleNamespaceInternal()
502 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleNamespace() local
508 JSTaggedValue currentModule = JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule(); in GetModuleNamespace() local
512 …lue ModuleManager::GetModuleNamespaceInternal(JSTaggedValue localName, JSTaggedValue currentModule) in GetModuleNamespaceInternal()