Lines Matching refs:GetModuleManager
1032 return thread->GetEcmaVM()->GetModuleManager()->GetModuleNamespace(index); in RuntimeGetModuleNamespace()
1038 return thread->GetEcmaVM()->GetModuleManager()->GetModuleNamespace(index, jsFunc); in RuntimeGetModuleNamespace()
1043 return thread->GetEcmaVM()->GetModuleManager()->GetModuleNamespace(localName); in RuntimeGetModuleNamespace()
1049 return thread->GetEcmaVM()->GetModuleManager()->GetModuleNamespace(localName, jsFunc); in RuntimeGetModuleNamespace()
1054 thread->GetEcmaVM()->GetModuleManager()->StoreModuleValue(index, value); in RuntimeStModuleVar()
1060 thread->GetEcmaVM()->GetModuleManager()->StoreModuleValue(index, value, jsFunc); in RuntimeStModuleVar()
1065 thread->GetEcmaVM()->GetModuleManager()->StoreModuleValue(key, value); in RuntimeStModuleVar()
1071 thread->GetEcmaVM()->GetModuleManager()->StoreModuleValue(key, value, jsFunc); in RuntimeStModuleVar()
1076 return thread->GetEcmaVM()->GetModuleManager()->GetModuleValueInner(index); in RuntimeLdLocalModuleVar()
1081 return thread->GetEcmaVM()->GetModuleManager()->GetModuleValueInner(index, jsFunc); in RuntimeLdLocalModuleVar()
1086 return thread->GetEcmaVM()->GetModuleManager()->GetModuleValueOutter(index); in RuntimeLdExternalModuleVar()
1091 return thread->GetEcmaVM()->GetModuleManager()->GetModuleValueOutter(index, jsFunc); in RuntimeLdExternalModuleVar()
1097 … JSTaggedValue moduleValue = thread->GetEcmaVM()->GetModuleManager()->GetModuleValueInner(key); in RuntimeLdModuleVar()
1101 return thread->GetEcmaVM()->GetModuleManager()->GetModuleValueOutter(key); in RuntimeLdModuleVar()
1108 …JSTaggedValue moduleValue = thread->GetEcmaVM()->GetModuleManager()->GetModuleValueInner(key, jsFu… in RuntimeLdModuleVar()
1112 return thread->GetEcmaVM()->GetModuleManager()->GetModuleValueOutter(key, jsFunc); in RuntimeLdModuleVar()