Searched refs:cachedReadDirectoryResult (Results 1 – 3 of 3) sorted by relevance
58 const cachedReadDirectoryResult = new Map<string, MutableFileSystemEntries | false>(); constant80 return cachedReadDirectoryResult.get(ensureTrailingDirectorySeparator(rootDirPath));108 … cachedReadDirectoryResult.set(ensureTrailingDirectorySeparator(rootDirPath), resultFromHost);114 cachedReadDirectoryResult.set(rootDirPath, false);139 … Debug.assert(!cachedReadDirectoryResult.has(ensureTrailingDirectorySeparator(rootDirPath)));168 …return cachedReadDirectoryResult.has(ensureTrailingDirectorySeparator(path)) || host.directoryExis…302 cachedReadDirectoryResult.clear();
99711 var cachedReadDirectoryResult = new ts.Map();99731 return cachedReadDirectoryResult.get(ts.ensureTrailingDirectorySeparator(rootDirPath));99754 … cachedReadDirectoryResult.set(ts.ensureTrailingDirectorySeparator(rootDirPath), resultFromHost);99758 cachedReadDirectoryResult.set(rootDirPath, false);99773 … ts.Debug.assert(!cachedReadDirectoryResult.has(ts.ensureTrailingDirectorySeparator(rootDirPath)));99797 …return cachedReadDirectoryResult.has(ts.ensureTrailingDirectorySeparator(path)) || host.directoryE…99907 cachedReadDirectoryResult.clear();
120278 var cachedReadDirectoryResult = new ts.Map();120298 return cachedReadDirectoryResult.get(ts.ensureTrailingDirectorySeparator(rootDirPath));120322 … cachedReadDirectoryResult.set(ts.ensureTrailingDirectorySeparator(rootDirPath), resultFromHost);120327 cachedReadDirectoryResult.set(rootDirPath, false);120349 … ts.Debug.assert(!cachedReadDirectoryResult.has(ts.ensureTrailingDirectorySeparator(rootDirPath)));120374 …return cachedReadDirectoryResult.has(ts.ensureTrailingDirectorySeparator(path)) || host.directoryE…120494 cachedReadDirectoryResult.clear();