Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Ddebug_info_extractor.h126 int32_t minColumn = INT32_MAX; in MatchWithLocation() local
150 } else if (pair.column < minColumn && currentOffset < minColumnOffset) { in MatchWithLocation()
151 minColumn = pair.column; in MatchWithLocation()
159 if (minColumn != INT32_MAX) { // find the smallest column for the corresponding row in MatchWithLocation()

Completed in 1 milliseconds