Searched refs:pollingWatchFile (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | sys.ts | 898 … 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/ |
| D | typingsInstaller.js | 6775 … 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
|
| D | tsc.js | 4243 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
|