Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dcore.ts336 export function sameMap<T>(array: T[], f: (x: T, i: number) => T): T[]; function
Dchecker.ts21676 …const primaryTypes = strictNullChecks ? sameMap(types, t => filterType(t, u => !(u.flags & TypeFla… constant
23620 … const baseCandidates = primitiveConstraint ? sameMap(candidates, getRegularTypeOfLiteralType) : constant
/third_party/typescript/lib/
Dtsc.js391 function sameMap(array, f) { function
DtypingsInstaller.js455 function sameMap(array, f) { function