Home
last modified time | relevance | path

Searched refs:tryAndIgnoreErrors (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
Dutilities.ts2973 return tryAndIgnoreErrors(() => directoryProbablyExists(path, host)) || false;
2976 export function tryAndIgnoreErrors<T>(cb: () => T): T | undefined { function
2986 return tryAndIgnoreErrors(() => toApply && toApply.apply(host, args));
DstringCompletions.ts893 … const typeRoots = tryAndIgnoreErrors(() => getEffectiveTypeRoots(options, host)) || emptyArray;