Home
last modified time | relevance | path

Searched refs:getFallbackOptions (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dsys.ts912 getFallbackOptions(options)
918 … return nonPollingWatchFile(fileName, callback, pollingInterval, getFallbackOptions(options));
981 getFallbackOptions(options)
1033 getFallbackOptions(watchDirectoryOptions)
DwatchUtilities.ts713 export function getFallbackOptions(options: WatchOptions | undefined): WatchOptions { function
/third_party/typescript/lib/
DtypingsInstaller.js6784 /*recursive*/ false, pollingInterval, ts.getFallbackOptions(options));
6789 … return nonPollingWatchFile(fileName, callback, pollingInterval, ts.getFallbackOptions(options));
6838 …ileNames, getCurrentDirectory), recursive, PollingInterval.Medium, ts.getFallbackOptions(options));
6870 …Names, getCurrentDirectory), recursive, PollingInterval.Medium, ts.getFallbackOptions(watchDirecto…
120614 function getFallbackOptions(options) { function
120622 ts.getFallbackOptions = getFallbackOptions;
Dtsc.js4251 …back(fileName, callback, getModifiedTime), false, pollingInterval, ts.getFallbackOptions(options));
4256 … return nonPollingWatchFile(fileName, callback, pollingInterval, ts.getFallbackOptions(options));
4298 …ileNames, getCurrentDirectory), recursive, PollingInterval.Medium, ts.getFallbackOptions(options));
4326 …Names, getCurrentDirectory), recursive, PollingInterval.Medium, ts.getFallbackOptions(watchDirecto…
100001 function getFallbackOptions(options) { function
100009 ts.getFallbackOptions = getFallbackOptions;