Home
last modified time | relevance | path

Searched refs:packageEntryPoint (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.h164 static CString FindNpmEntryPoint(const JSPandaFile *jsPandaFile, const CString &packageEntryPoint);
233 inline static CString ConfirmLoadingIndexOrNot(const JSPandaFile *jsPandaFile, const CString &packageEntryPoint) in ConfirmLoadingIndexOrNot() argument
235 CString entryPoint = packageEntryPoint; in ConfirmLoadingIndexOrNot()
H A Dmodule_path_helper.cpp636 CString ModulePathHelper::FindNpmEntryPoint(const JSPandaFile *jsPandaFile, const CString &packageEntryPoint) in FindNpmEntryPoint() argument
639 CString entryPoint = ConfirmLoadingIndexOrNot(jsPandaFile, packageEntryPoint); in FindNpmEntryPoint()
644 return jsPandaFile->GetEntryPoint(packageEntryPoint); in FindNpmEntryPoint()

Completed in 3 milliseconds