Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h149 if (jsPandaFile->HasRecord(entryPoint)) { in ConfirmLoadingIndexOrNot()
154 if (jsPandaFile->HasRecord(entryPoint)) { in ConfirmLoadingIndexOrNot()
Djs_module_manager.cpp362 (jsPandaFile != nullptr && !jsPandaFile->HasRecord(recordName)))) { in ResolveModuleInMergedABC()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h284 bool HasRecord(const CString &recordName) const in HasRecord() function
Djs_pandafile.cpp245 if (HasRecord(entryPoint)) { in GetEntryPoint()