Home
last modified time | relevance | path

Searched refs:FindPackageInTopLevel (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h119 static CString FindPackageInTopLevel(const JSPandaFile *jsPandaFile, const CString &requestName,
Dmodule_path_helper.cpp385 return FindPackageInTopLevel(jsPandaFile, requestName, packagePath); in ParseThirdPartyPackage()
449 CString ModulePathHelper::FindPackageInTopLevel(const JSPandaFile *jsPandaFile, in FindPackageInTopLevel() function in panda::ecmascript::ModulePathHelper