Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h122 uint32_t currentOffset = UINT32_MAX; in MatchWithLocation() local
139 currentOffset = lineTable[j].offset; in MatchWithLocation()
142 if (pair.offset >= currentOffset && pair.offset < nextOffset) { in MatchWithLocation()
147 minColumnOffset = currentOffset; in MatchWithLocation()
157 … if (currentOffset != UINT32_MAX) { // find corresponding row, but not find corresponding column in MatchWithLocation()
158 return cb(JSPtLocation(jsPandaFile_, currentMethodId, currentOffset, url)); in MatchWithLocation()