Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp403 … static CVector<CString> packagePaths = {CString(PACKAGE_PATH_SEGMENT), CString(NPM_PATH_SEGMENT)}; in ParseThirdPartyPackage() local
405 for (size_t i = 0; i < packagePaths.size(); ++i) { in ParseThirdPartyPackage()
406 …ntryPoint = ParseThirdPartyPackage(jsPandaFile, recordName, normalizeRequestName, packagePaths[i]); in ParseThirdPartyPackage()