Home
last modified time | relevance | path

Searched refs:mmgr (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1402 ModuleManager* mmgr = thread->GetCurrentEcmaContext()->GetModuleManager(); in RuntimeLdLocalModuleVarWithModule() local
1405 module = mmgr->HostGetImportedModule(recordNameStr).GetTaggedValue(); in RuntimeLdLocalModuleVarWithModule()
1424 ModuleManager* mmgr = thread->GetCurrentEcmaContext()->GetModuleManager(); in RuntimeLdExternalModuleVarWithModule() local
1427 module = mmgr->HostGetImportedModule(recordNameStr).GetTaggedValue(); in RuntimeLdExternalModuleVarWithModule()
1430 return mmgr->GetModuleValueOutter(index, moduleHdl); in RuntimeLdExternalModuleVarWithModule()

Completed in 6 milliseconds