Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts67 const existingDirectories = new Map<string, boolean>(); constant
87 if (existingDirectories.has(directoryPath)) {
91 existingDirectories.set(directoryPath, true);
/third_party/typescript/lib/
DtypingsInstaller.js120690 var existingDirectories = new ts.Map();
120709 if (existingDirectories.has(directoryPath)) {
120713 existingDirectories.set(directoryPath, true);
Dtsc.js100069 var existingDirectories = new ts.Map();
100088 if (existingDirectories.has(directoryPath)) {
100092 existingDirectories.set(directoryPath, true);