Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DloggedIO.ts84 let recordLog: IoLog | undefined; variable
235 recordLog = createEmptyLog();
236recordLog.useCaseSensitiveFileNames = typeof underlying.useCaseSensitiveFileNames === "function" ?…
238 recordLog.arguments = underlying.args;
246 if (recordLog !== undefined) {
250 …const newLog = oldStyleLogIntoNewStyleLog(recordLog, (path, str) => underlying.writeFile(path, str…
256 recordLog = undefined;
277 path => callAndRecord(underlying.fileExists(path), recordLog!.fileExists, { path }),
293 else if (recordLog !== undefined) {
294 return recordLog.executingPath = underlying.getExecutingFilePath();
[all …]