Searched refs:referencingModule (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.h | 54 JSHandle<SourceTextModule> HostGetImportedModule(const CString &referencingModule); 61 JSHandle<JSTaggedValue> HostResolveImportedModule(const CString &referencingModule, 63 …ndle<JSTaggedValue> PUBLIC_API HostResolveImportedModuleWithMerge(const CString &referencingModule, 72 void AddResolveImportedModule(const JSPandaFile *jsPandaFile, const CString &referencingModule); 73 …void AddResolveImportedModule(const CString &referencingModule, JSHandle<JSTaggedValue> moduleReco…
|
| D | js_module_manager.cpp | 311 JSHandle<SourceTextModule> ModuleManager::HostGetImportedModule(const CString &referencingModule) in HostGetImportedModule() argument 314 JSHandle<EcmaString> referencingHandle = factory->NewFromUtf8(referencingModule); in HostGetImportedModule() 417 JSHandle<JSTaggedValue> ModuleManager::HostResolveImportedModule(const CString &referencingModule, … in HostResolveImportedModule() argument 422 JSHandle<EcmaString> referencingHandle = factory->NewFromUtf8(referencingModule); in HostResolveImportedModule() 423 CString moduleFileName = referencingModule; in HostResolveImportedModule() 425 if (AOTFileManager::GetAbsolutePath(referencingModule, moduleFileName)) { in HostResolveImportedModule() 428 CString msg = "Parse absolute " + referencingModule + " path failed"; in HostResolveImportedModule() 503 JSHandle<JSTaggedValue> referencingModule(factory->NewFromUtf8(moduleRequestName)); in ResolveNativeModule() local 507 resolvedModules_ = NameDictionary::Put(thread, dict, referencingModule, moduleRecord, in ResolveNativeModule() 543 …Manager::AddResolveImportedModule(const JSPandaFile *jsPandaFile, const CString &referencingModule) in AddResolveImportedModule() argument [all …]
|