• Home
  • Raw
  • Download

Lines Matching defs:currentModule

55     JSTaggedValue currentModule = GetCurrentModule();  in GetModuleValueInner()  local
64 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
71 …aggedValue ModuleManager::GetModuleValueInner(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueInner()
81 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueOutter() local
87 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() local
91 …ggedValue ModuleManager::GetModuleValueOutter(int32_t index, JSHandle<JSTaggedValue> currentModule) in GetModuleValueOutter()
96 …TaggedValue ModuleManager::GetModuleValueOutterInternal(int32_t index, JSTaggedValue currentModule) in GetModuleValueOutterInternal()
136 JSTaggedValue ModuleManager::GetNativeModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetNativeModuleValue()
152 JSTaggedValue ModuleManager::GetCJSModuleValue(JSThread *thread, JSTaggedValue currentModule, in GetCJSModuleValue()
201 JSHandle<SourceTextModule> currentModule(thread, GetCurrentModule()); in StoreModuleValue() local
208 …JSHandle<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetMo… in StoreModuleValue() local
212 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> &currentModule, in StoreModuleValueInternal()
226 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueInner() local
236 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueInner() local
246 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleValueOutter() local
252 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(); in GetModuleValueOutter() local
256 …edValue ModuleManager::GetModuleValueOutterInternal(JSTaggedValue key, JSTaggedValue currentModule) in GetModuleValueOutterInternal()
287 JSHandle<SourceTextModule> currentModule(thread, GetCurrentModule()); in StoreModuleValue() local
294 …JSHandle<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetMo… in StoreModuleValue() local
298 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> &currentModule, in StoreModuleValueInternal()
564 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleNamespace() local
570 JSTaggedValue currentModule = JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule(); in GetModuleNamespace() local
574 JSTaggedValue ModuleManager::GetModuleNamespaceInternal(int32_t index, JSTaggedValue currentModule) in GetModuleNamespaceInternal()
615 JSTaggedValue currentModule = GetCurrentModule(); in GetModuleNamespace() local
621 JSTaggedValue currentModule = JSFunction::Cast(currentFunc.GetTaggedObject())->GetModule(); in GetModuleNamespace() local
625 …lue ModuleManager::GetModuleNamespaceInternal(JSTaggedValue localName, JSTaggedValue currentModule) in GetModuleNamespaceInternal()