Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DrwcRunner.ts32 let useCustomLibraryFile: boolean;
46 useCustomLibraryFile = false;
56 useCustomLibraryFile = !!ioLog.useCustomLibraryFile;
104 …arness.isDefaultLibraryFile(fileRead.path) && !uniqueNames.has(unitName) && useCustomLibraryFile) {
116 if (useCustomLibraryFile) {
/third_party/typescript/src/loggedIO/
DloggedIO.ts23 useCustomLibraryFile?: boolean; property