Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DscriptInfo.ts167 : ScriptSnapshot.fromString(this.getOrLoadText());
227 this.svc = ScriptVersionCache.fromString(this.getOrLoadText());
248 private getOrLoadText() { method in ts.server.TextStorage
258 return this.lineMap || (this.lineMap = computeLineStarts(this.getOrLoadText()));