Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h212 int firstColumnIndex = ((columnTable[0].column == SPECIAL_LINE_MARK) ? 1 : 0); in GetFristColumn() local
213 return columnTable[firstColumnIndex].column + 1; in GetFristColumn()