Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile.h178 uint32_t GetMainMethodIndex(const CString &recordName = ENTRY_FUNCTION_NAME, bool isNewVersion = false) const in GetMainMethodIndex()
188 if (isNewVersion) { in GetMainMethodIndex()
H A Dpanda_file_translator.cpp142 bool isNewVersion = jsPandaFile->IsNewVersion(); in GenerateProgram() local
143 uint32_t mainMethodIndex = jsPandaFile->GetMainMethodIndex(entryPoint.data(), isNewVersion); in GenerateProgram()
145 if (isNewVersion) { in GenerateProgram()

Completed in 4 milliseconds