Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp244 CString entryPoint = GetNpmEntries(recordName); in GetEntryPoint()
251 CString JSPandaFile::GetNpmEntries(const CString &recordName) const in GetNpmEntries() function in panda::ecmascript::JSPandaFile
Djs_pandafile.h323 CString GetNpmEntries(const CString &recordName) const;
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp268 ohpmKey = jsPandaFile->GetNpmEntries(maybeKey); in FindOhpmEntryPoint()