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.cpp311 JSHandle<SourceTextModule> ModuleManager::HostGetImportedModule(const CString &referencingModule) in HostGetImportedModule()
417 JSHandle<JSTaggedValue> ModuleManager::HostResolveImportedModule(const CString &referencingModule, … in HostResolveImportedModule()
503 JSHandle<JSTaggedValue> referencingModule(factory->NewFromUtf8(moduleRequestName)); in ResolveNativeModule() local
543 …Manager::AddResolveImportedModule(const JSPandaFile *jsPandaFile, const CString &referencingModule) in AddResolveImportedModule()
551 void ModuleManager::AddResolveImportedModule(const CString &referencingModule, JSHandle<JSTaggedVal… in AddResolveImportedModule()