Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsc/
Dhelpers.ts173 const originalReadFile = sys.readFile; constant
179 return originalReadFile.call(sys, path);
182 const result = commandLineCallbacks(sys, originalReadFile);
188 sys.readFile = originalReadFile;
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectLoading.ts23 const originalReadFile = host.readFile; constant
29 return originalReadFile.call(host, file);
/third_party/typescript/src/testRunner/unittests/tscWatch/
Dhelpers.ts422 const originalReadFile = sys.readFile; constant
429 sys.readFile = originalReadFile;
/third_party/typescript/src/harness/
DfakesHosts.ts506 const originalReadFile = sys.readFile; constant
508 const value = originalReadFile.call(sys, path, encoding);
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts11 const originalReadFile = host.readFile; constant
13 const value = originalReadFile.call(host, path);
/third_party/typescript/src/compiler/
DwatchPublic.ts455 originalReadFile, originalFileExists, originalDirectoryExists, constant
479 compilerHost.readFile = originalReadFile;
DtsbuildPublic.ts207 originalReadFile: CompilerHost["readFile"]; property
573 originalReadFile, originalFileExists, originalDirectoryExists, constant
585 originalReadFile,
600 host.readFile = cache.originalReadFile;
Dprogram.ts166 const originalReadFile = host.readFile; constant
183 const newValue = originalReadFile.call(host, fileName);
193 return originalReadFile.call(host, fileName);
265 originalReadFile,
/third_party/typescript/src/testRunner/unittests/tsserver/
DconfiguredProjects.ts1240 const originalReadFile = host.readFile; constant
1244 originalReadFile.call(host, f);
/third_party/typescript/lib/
DtypingsInstaller.js120764 var originalReadFile = host.readFile;
120781 var newValue = originalReadFile.call(host, fileName);
120792 return originalReadFile.call(host, fileName);
120863 originalReadFile: originalReadFile,
128889 ….changeCompilerHostLikeToUseCache(compilerHost, toPath), originalReadFile = _a.originalReadFile, o…
128909 compilerHost.readFile = originalReadFile;
129756 …}), originalReadFile = _a.originalReadFile, originalFileExists = _a.originalFileExists, originalDi…
129760 originalReadFile: originalReadFile, property
129773 host.readFile = cache.originalReadFile;
Dtsc.js100139 var originalReadFile = host.readFile;
100156 var newValue = originalReadFile.call(host, fileName);
100166 return originalReadFile.call(host, fileName);
100235 originalReadFile: originalReadFile,
107204 ….changeCompilerHostLikeToUseCache(compilerHost, toPath), originalReadFile = _a.originalReadFile, o…
107224 compilerHost.readFile = originalReadFile;
107985 …}), originalReadFile = _a.originalReadFile, originalFileExists = _a.originalFileExists, originalDi…
107989 originalReadFile: originalReadFile, property
108002 host.readFile = cache.originalReadFile;