Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DscriptVersionCache.ts253 …private readonly versions: LineIndexSnapshot[] = new Array<LineIndexSnapshot>(ScriptVersionCache.m…
285 private _getSnapshot(): LineIndexSnapshot {
292 … snap = new LineIndexSnapshot(this.currentVersion + 1, this, snapIndex, this.changes);
355 const snap = new LineIndexSnapshot(0, svc, new LineIndex());
363 class LineIndexSnapshot implements IScriptSnapshot { class
376 if (oldSnapshot instanceof LineIndexSnapshot && this.cache === oldSnapshot.cache) {