Home
last modified time | relevance | path

Searched defs:referencingModule (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp352 JSHandle<SourceTextModule> ModuleManager::HostGetImportedModule(const CString &referencingModule) in HostGetImportedModule()
478 JSHandle<JSTaggedValue> ModuleManager::HostResolveImportedModule(const CString &referencingModule, … in HostResolveImportedModule()
564 JSHandle<JSTaggedValue> referencingModule(factory->NewFromUtf8(moduleRequestName)); in ResolveNativeModule() local
604 …Manager::AddResolveImportedModule(const JSPandaFile *jsPandaFile, const CString &referencingModule) in AddResolveImportedModule()
612 void ModuleManager::AddResolveImportedModule(const CString &referencingModule, JSHandle<JSTaggedVal… in AddResolveImportedModule()