Searched refs:lastSourceIndex (Results 1 – 5 of 5) sorted by relevance
25 let lastSourceIndex = 0;207 || lastSourceIndex !== pendingSourceIndex254 appendBase64VLQ(pendingSourceIndex - lastSourceIndex);255 lastSourceIndex = pendingSourceIndex;
22722 const lastSourceIndex = sourceTexts.length - 1; constant22724 const sourceEndText = sourceTexts[lastSourceIndex]; constant22729 …if (lastSourceIndex === 0 && sourceStartText.length < targetStartText.length + targetEndText.lengt…22753 else if (seg < lastSourceIndex) {22760 addMatch(lastSourceIndex, getSourceText(lastSourceIndex).length);22763 return index < lastSourceIndex ? sourceTexts[index] : remainingEndText;
1024 SourceLineSynchronizer(const std::function<int()>& lastSourceIndex, in SourceLineSynchronizer() argument1026 : getLastSourceIndex(lastSourceIndex), output(output), lastSource(-1), lastLine(0) {} in SourceLineSynchronizer()
71427 var lastSourceIndex = sourceTexts.length - 1;71429 var sourceEndText = sourceTexts[lastSourceIndex];71434 …if (lastSourceIndex === 0 && sourceStartText.length < targetStartText.length + targetEndText.lengt…71461 else if (seg < lastSourceIndex) {71468 addMatch(lastSourceIndex, getSourceText(lastSourceIndex).length);71471 return index < lastSourceIndex ? sourceTexts[index] : remainingEndText;94139 var lastSourceIndex = 0;94304 || lastSourceIndex !== pendingSourceIndex94344 appendBase64VLQ(pendingSourceIndex - lastSourceIndex);94345 lastSourceIndex = pendingSourceIndex;
59809 var lastSourceIndex = sourceTexts.length - 1;59811 var sourceEndText = sourceTexts[lastSourceIndex];59816 …if (lastSourceIndex === 0 && sourceStartText.length < targetStartText.length + targetEndText.lengt…59843 else if (seg < lastSourceIndex) {59850 addMatch(lastSourceIndex, getSourceText(lastSourceIndex).length);59853 return index < lastSourceIndex ? sourceTexts[index] : remainingEndText;79620 var lastSourceIndex = 0;79778 || lastSourceIndex !== pendingSourceIndex79810 appendBase64VLQ(pendingSourceIndex - lastSourceIndex);79811 lastSourceIndex = pendingSourceIndex;