• Home
  • Raw
  • Download

Lines Matching refs:GetModuleManager

1042     ModuleManager *moduleManager = thread->GetCurrentEcmaContext()->GetModuleManager();  in RuntimeCreateSharedClass()
1328 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleNamespace(index); in RuntimeGetModuleNamespace()
1334 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleNamespace(index, jsFunc); in RuntimeGetModuleNamespace()
1339 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleNamespace(localName); in RuntimeGetModuleNamespace()
1345 … return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleNamespace(localName, jsFunc); in RuntimeGetModuleNamespace()
1350 thread->GetCurrentEcmaContext()->GetModuleManager()->StoreModuleValue(index, value); in RuntimeStModuleVar()
1356 thread->GetCurrentEcmaContext()->GetModuleManager()->StoreModuleValue(index, value, jsFunc); in RuntimeStModuleVar()
1361 thread->GetCurrentEcmaContext()->GetModuleManager()->StoreModuleValue(key, value); in RuntimeStModuleVar()
1367 thread->GetCurrentEcmaContext()->GetModuleManager()->StoreModuleValue(key, value, jsFunc); in RuntimeStModuleVar()
1372 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueInner(index); in RuntimeLdLocalModuleVar()
1379 ModuleManager* mmgr = thread->GetCurrentEcmaContext()->GetModuleManager(); in RuntimeLdLocalModuleVarWithModule()
1389 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueInner(index, jsFunc); in RuntimeLdLocalModuleVar()
1394 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueOutter(index); in RuntimeLdExternalModuleVar()
1401 ModuleManager* mmgr = thread->GetCurrentEcmaContext()->GetModuleManager(); in RuntimeLdExternalModuleVarWithModule()
1417 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueOutter(index, jsFunc); in RuntimeLdExternalModuleVar()
1422 …return thread->GetCurrentEcmaContext()->GetModuleManager()->GetLazyModuleValueOutter(index, jsFunc… in RuntimeLdLazyExternalModuleVar()
1434 …JSTaggedValue moduleValue = thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueInn… in RuntimeLdModuleVar()
1438 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueOutter(key); in RuntimeLdModuleVar()
1446 thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueInner(key, jsFunc); in RuntimeLdModuleVar()
1450 return thread->GetCurrentEcmaContext()->GetModuleManager()->GetModuleValueOutter(key, jsFunc); in RuntimeLdModuleVar()
2295 ModuleManager *moduleManager = thread->GetCurrentEcmaContext()->GetModuleManager(); in RuntimeDefinefunc()