Lines Matching defs:currentModule
58 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueInner() local
67 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
74 …aggedValue ModuleManager::GetModuleValueInner(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueInner()
84 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueOutter() local
90 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() local
94 …ggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueOutter()
99 …TaggedValue ModuleManager::GetModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) in GetModuleValueOutterInternal()
166 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetLazyModuleValueOutter() local
170 …edValue ModuleManager::GetLazyModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) in GetLazyModuleValueOutterInternal()
240 JSHandle<SourceTextModule> currentModule(thread, GetCurrentModule()); in StoreModuleValue() local
247 …JSHandle<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetMo… in StoreModuleValue() local
251 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> ¤tModule, in StoreModuleValueInternal()
265 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueInner() local
275 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
285 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueOutter() local
291 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() local
295 …edValue ModuleManager::GetModuleValueOutterInternal(JSTaggedValue key, JSTaggedValue currentModule) in GetModuleValueOutterInternal()
327 JSHandle<SourceTextModule> currentModule(thread, GetCurrentModule()); in StoreModuleValue() local
334 …JSHandle<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetMo… in StoreModuleValue() local
338 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> ¤tModule, in StoreModuleValueInternal()
597 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleNamespace() local
603 JSTaggedValue currentModule = JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule(); in GetModuleNamespace() local
607 JSTaggedValue ModuleManager::GetModuleNamespaceInternal(int32_t index, JSTaggedValue currentModule) in GetModuleNamespaceInternal()
652 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleNamespace() local
658 JSTaggedValue currentModule = JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule(); in GetModuleNamespace() local
662 …lue ModuleManager::GetModuleNamespaceInternal(JSTaggedValue localName, JSTaggedValue currentModule) in GetModuleNamespaceInternal()