Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp76 if (!jsPandaFile->IsRecordWithBundleName()) { in ExecuteFromFile()
175 if (!jsPandaFile->IsRecordWithBundleName()) { in ExecuteModuleBuffer()
330 if (!jsPandaFile->IsRecordWithBundleName()) { in ExecuteModuleBufferSecure()
Djs_pandafile.h318 bool IsRecordWithBundleName() const in IsRecordWithBundleName() function
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp154 if (jsPandaFile->IsRecordWithBundleName()) { in ParsePrefixBundle()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp914 if (!jsPandaFile->IsRecordWithBundleName()) { in GetExportObject()