Lines Matching defs:currentModule
28 JSTaggedValue currentModule = GetCurrentModule(thread); in GetModuleValueInner() local
37 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetModuleValueInner() local
55 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetSendableModuleValueInner() local
80 JSTaggedValue currentModule = GetCurrentModule(thread); in GetModuleValueOuter() local
86 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetModuleValueOuter() local
98 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetLazyModuleValueOuter() local
104 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetSendableModuleValueOuter() local
111 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetLazySendableModuleValueOuter() local
117 JSTaggedValue currentModule = GetCurrentModule(thread); in GetModuleNamespace() local
123 JSTaggedValue currentModule = JSFunction::Cast(curFunc.GetTaggedObject())->GetModule(thread); in GetModuleNamespace() local
151 JSHandle<SourceTextModule> currentModule(thread, GetCurrentModule(thread)); in StoreModuleValue() local
157 …JSHandle<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetMo… in StoreModuleValue() local
520 JSTaggedValue currentModule = ModuleValueAccessor::GetCurrentModule(thread); in GetModuleValueInner() local
531 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetModuleValueInner() local
541 JSTaggedValue currentModule = ModuleValueAccessor::GetCurrentModule(thread); in GetModuleValueOuter() local
548 JSTaggedValue currentModule = JSFunction::Cast(jsFunc.GetTaggedObject())->GetModule(thread); in GetModuleValueOuter() local
554 JSTaggedValue currentModule = ModuleValueAccessor::GetCurrentModule(thread); in GetModuleNamespace() local
561 JSTaggedValue currentModule = JSFunction::Cast(curFunc.GetTaggedObject())->GetModule(thread); in GetModuleNamespace() local
566 JSHandle<SourceTextModule> currentModule(thread, ModuleValueAccessor::GetCurrentModule(thread)); in StoreModuleValue() local
573 …JSHandle<SourceTextModule> currentModule(thread, JSFunction::Cast(jsFunc.GetTaggedObject())->GetMo… in StoreModuleValue() local