Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DscriptInfo.ts165 return this.useScriptVersionCacheIfValidOrOpen()
177 if (!this.useScriptVersionCacheIfValidOrOpen()) {
191 if (!this.useScriptVersionCacheIfValidOrOpen()) {
200 if (!this.useScriptVersionCacheIfValidOrOpen()) {
233 private useScriptVersionCacheIfValidOrOpen(): ScriptVersionCache | undefined { method in ts.server.TextStorage