Home
last modified time | relevance | path

Searched defs:countWhere (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dcore.ts251 …export function countWhere<T>(array: readonly T[] | undefined, predicate: (x: T, i: number) => boo… function
Dchecker.ts46855 …const len = overlap.flags & TypeFlags.Union ? countWhere((overlap as UnionType).types, isUnitType)… constant
/third_party/typescript/lib/
Dtsc.js321 function countWhere(array, predicate) { function
DtypingsInstaller.js385 function countWhere(array, predicate) { function