Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts171 const readFileCache = new Map<Path, string | false>(); constant
178 const value = readFileCache.get(key);
184 readFileCache.set(key, newValue !== undefined ? newValue : false);
189 const value = readFileCache.get(key);
227 const value = readFileCache.get(key);
229 readFileCache.delete(key);
/third_party/typescript/lib/
DtypingsInstaller.js120769 var readFileCache = new ts.Map();
120775 var value = readFileCache.get(key);
120782 readFileCache.set(key, newValue !== undefined ? newValue : false);
120787 var value = readFileCache.get(key);
120827 var value = readFileCache.get(key);
120829 readFileCache.delete(key);
Dtsc.js100144 var readFileCache = new ts.Map();
100150 var value = readFileCache.get(key);
100157 readFileCache.set(key, newValue !== undefined ? newValue : false);
100162 var value = readFileCache.get(key);
100200 var value = readFileCache.get(key);
100202 readFileCache.delete(key);