Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts172 const fileExistsCache = new Map<Path, boolean>(); constant
216 const value = fileExistsCache.get(key);
219 fileExistsCache.set(key, !!newValue);
225 fileExistsCache.delete(key);
/third_party/typescript/lib/
DtypingsInstaller.js120770 var fileExistsCache = new ts.Map();
120812 var value = fileExistsCache.get(key);
120816 fileExistsCache.set(key, !!newValue);
120826 fileExistsCache.delete(key);
Dtsc.js100145 var fileExistsCache = new ts.Map();
100185 var value = fileExistsCache.get(key);
100189 fileExistsCache.set(key, !!newValue);
100199 fileExistsCache.delete(key);