Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dsys.ts898 … return pollingWatchFile(fileName, callback, PollingInterval.Low, /*options*/ undefined);
900 … return pollingWatchFile(fileName, callback, pollingInterval, /*options*/ undefined);
1006 return pollingWatchFile(
1060 …function pollingWatchFile(fileName: string, callback: FileWatcherCallback, pollingInterval: Pollin… function
/third_party/typescript/lib/
DtypingsInstaller.js6775 … return pollingWatchFile(fileName, callback, PollingInterval.Low, /*options*/ undefined);
6777 … return pollingWatchFile(fileName, callback, pollingInterval, /*options*/ undefined);
6860 …return pollingWatchFile(directoryName, function () { return callback(directoryName); }, PollingInt…
6895 function pollingWatchFile(fileName, callback, pollingInterval, options) { function
Dtsc.js4243 return pollingWatchFile(fileName, callback, PollingInterval.Low, undefined);
4245 return pollingWatchFile(fileName, callback, pollingInterval, undefined);
4320 …return pollingWatchFile(directoryName, function () { return callback(directoryName); }, PollingInt…
4349 function pollingWatchFile(fileName, callback, pollingInterval, options) { function