Home
last modified time | relevance | path

Searched refs:HasRecord (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp104 if (jsPandaFile->HasRecord(moduleRequestName)) { in ConcatImportFileNormalizedOhmurlWithRecordName()
111 if (jsPandaFile->HasRecord(moduleRequestName)) { in ConcatImportFileNormalizedOhmurlWithRecordName()
119 if (jsPandaFile->HasRecord(moduleRequestName)) { in ConcatImportFileNormalizedOhmurlWithRecordName()
439 !jsPandaFile->HasRecord(entryPoint)) { in MakeNewRecord()
778 if (!jsPandaFile->HasRecord(entryPoint)) { in TranslateExpressionInputWithEts()
938 if (!jsPandaFile->HasRecord(requestPath)) { in TranslateExpressionToNormalized()
H A Dmodule_path_helper.h236 if (jsPandaFile->HasRecord(entryPoint)) { in ConfirmLoadingIndexOrNot()
242 if (jsPandaFile->HasRecord(entryPoint)) { in ConfirmLoadingIndexOrNot()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile.cpp275 if (FindOhmUrlInPF(recordName, entryPoint) && HasRecord(entryPoint)) { in GetEntryPoint()
440 ASSERT(HasRecord(recordName)); in GetRecordNameWithBundlePack()
H A Djs_pandafile.h361 bool HasRecord(const CString &recordName) const in HasRecord() function in panda::ecmascript::JSPandaFile
H A Djs_pandafile_executor.cpp523 if (isMergedAbc && !jsPandaFile->HasRecord(recordName)) { in LazyExecuteModule()

Completed in 7 milliseconds