Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts174 const sourceFileCache = new Map<SourceFile["impliedNodeFormat"], ESMap<Path, SourceFile>>(); constant
202 const forImpliedNodeFormat = sourceFileCache.get(impliedNodeFormat);
208sourceFileCache.set(impliedNodeFormat, (forImpliedNodeFormat || new Map()).set(key, sourceFile));
230 sourceFileCache.forEach(map => map.delete(key));
233 sourceFileCache.forEach(map => {
/third_party/typescript/lib/
DtypingsInstaller.js120772 var sourceFileCache = new ts.Map();
120799 var forImpliedNodeFormat = sourceFileCache.get(impliedNodeFormat);
120805sourceFileCache.set(impliedNodeFormat, (forImpliedNodeFormat || new ts.Map()).set(key, sourceFile)…
120830 sourceFileCache.forEach(function (map) { return map.delete(key); });
120833 sourceFileCache.forEach(function (map) {
Dtsc.js100147 var sourceFileCache = new ts.Map();
100173 var forImpliedNodeFormat = sourceFileCache.get(impliedNodeFormat);
100179sourceFileCache.set(impliedNodeFormat, (forImpliedNodeFormat || new ts.Map()).set(key, sourceFile)…
100203 sourceFileCache.forEach(function (map) { return map.delete(key); });
100206 sourceFileCache.forEach(function (map) {