Home
last modified time | relevance | path

Searched defs:getSnapshot (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/server/
DscriptInfo.ts164 public getSnapshot(): IScriptSnapshot { method in ts.server.TextStorage
DscriptVersionCache.ts285 getSnapshot(): IScriptSnapshot { return this._getSnapshot(); } method in ts.server.ScriptVersionCache
/third_party/typescript/lib/
Dtsserverlibrary.js153392 TextStorage.prototype.getSnapshot = function () { method in TextStorage
153555 ScriptInfo.prototype.getSnapshot = function () { method in ScriptInfo
162046 ScriptVersionCache.prototype.getSnapshot = function () { return this._getSnapshot(); }; method in ScriptVersionCache
Dtsserver.js153198 TextStorage.prototype.getSnapshot = function () { method in TextStorage
153361 ScriptInfo.prototype.getSnapshot = function () { method in ScriptInfo
161852 ScriptVersionCache.prototype.getSnapshot = function () { return this._getSnapshot(); }; method in ScriptVersionCache