Searched refs:posDelta (Results 1 – 2 of 2) sorted by relevance
92 UInt64 posDelta = pos - _peviousPos; in SetPos() local93 if (posDelta < (_range >> 10)) in SetPos()
1278 const posDelta = currentRange.pos - previousRange.end; constant1279 … if (posDelta !== 1 || sourceFile.text.charCodeAt(previousRange.end) !== CharacterCodes.space) {