Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DresolutionCache.ts190 const directoryWatchesOfFailedLookups = new Map<string, DirectoryWatchesOfFailedLookup>(); constant
237 clearMap(directoryWatchesOfFailedLookups, closeFileWatcherOf);
299 directoryWatchesOfFailedLookups.forEach((watcher, path) => {
301 directoryWatchesOfFailedLookups.delete(path);
617 const dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
623directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe…
679 const dirWatcher = directoryWatchesOfFailedLookups.get(dirPath)!;
832 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
/third_party/typescript/lib/
Dtsc.js91340 var directoryWatchesOfFailedLookups = new ts.Map();
91378 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf);
91428 directoryWatchesOfFailedLookups.forEach(function (watcher, path) {
91430 directoryWatchesOfFailedLookups.delete(path);
91669 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
91675directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe…
91722 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
91845 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
DtypingsInstaller.js111050 var directoryWatchesOfFailedLookups = new ts.Map();
111091 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf);
111146 directoryWatchesOfFailedLookups.forEach(function (watcher, path) {
111148 directoryWatchesOfFailedLookups.delete(path);
111407 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
111413directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe…
111461 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
111600 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
Dtsserverlibrary.js111255 var directoryWatchesOfFailedLookups = new ts.Map();
111296 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf);
111351 directoryWatchesOfFailedLookups.forEach(function (watcher, path) {
111353 directoryWatchesOfFailedLookups.delete(path);
111612 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
111618directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe…
111666 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
111805 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
Dtypescript.js111255 var directoryWatchesOfFailedLookups = new ts.Map();
111296 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf);
111351 directoryWatchesOfFailedLookups.forEach(function (watcher, path) {
111353 directoryWatchesOfFailedLookups.delete(path);
111612 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
111618directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe…
111666 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
111805 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
Dtsserver.js111061 var directoryWatchesOfFailedLookups = new ts.Map();
111102 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf);
111157 directoryWatchesOfFailedLookups.forEach(function (watcher, path) {
111159 directoryWatchesOfFailedLookups.delete(path);
111418 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
111424directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe…
111472 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
111611 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…
DtypescriptServices.js111255 var directoryWatchesOfFailedLookups = new ts.Map();
111296 ts.clearMap(directoryWatchesOfFailedLookups, ts.closeFileWatcherOf);
111351 directoryWatchesOfFailedLookups.forEach(function (watcher, path) {
111353 directoryWatchesOfFailedLookups.delete(path);
111612 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
111618directoryWatchesOfFailedLookups.set(dirPath, { watcher: createDirectoryWatcher(dir, dirPath, nonRe…
111666 var dirWatcher = directoryWatchesOfFailedLookups.get(dirPath);
111805 …return toWatch && directoryWatchesOfFailedLookups.has(toWatch.dirPath) ? toWatch.dirPath : undefin…