Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h121 int32_t minColumn = INT32_MAX; in MatchWithLocation() local
145 } else if (pair.column < minColumn) { in MatchWithLocation()
146 minColumn = pair.column; in MatchWithLocation()
154 if (minColumn != INT32_MAX) { // find the smallest column for the corresponding row in MatchWithLocation()