Searched refs:currentOffset (Results 1 – 1 of 1) sorted by relevance
122 uint32_t currentOffset = UINT32_MAX; in MatchWithLocation() local139 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()