Lines Matching refs:GetModuleManager
1108 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleNamespace(index); in RuntimeGetModuleNamespace()
1114 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleNamespace(index, jsFunc); in RuntimeGetModuleNamespace()
1119 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleNamespace(localName); in RuntimeGetModuleNamespace()
1125 … return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleNamespace(localName, jsFunc); in RuntimeGetModuleNamespace()
1130 thread->GetCurrentEcmaContext()->GetModuleManager()->StoreModuleValue(index, value); in RuntimeStModuleVar()
1136 thread->GetCurrentEcmaContext()->GetModuleManager()->StoreModuleValue(index, value, jsFunc); in RuntimeStModuleVar()
1141 thread->GetCurrentEcmaContext()->GetModuleManager()->StoreModuleValue(key, value); in RuntimeStModuleVar()
1147 thread->GetCurrentEcmaContext()->GetModuleManager()->StoreModuleValue(key, value, jsFunc); in RuntimeStModuleVar()
1152 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueInner(index); in RuntimeLdLocalModuleVar()
1157 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueInner(index, jsFunc); in RuntimeLdLocalModuleVar()
1162 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueOutter(index); in RuntimeLdExternalModuleVar()
1167 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueOutter(index, jsFunc); in RuntimeLdExternalModuleVar()
1173 …JSTaggedValue moduleValue = thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueInn… in RuntimeLdModuleVar()
1177 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueOutter(key); in RuntimeLdModuleVar()
1185 thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueInner(key, jsFunc); in RuntimeLdModuleVar()
1189 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueOutter(key, jsFunc); in RuntimeLdModuleVar()