Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts7372 …export function arrayIsHomogeneous<T>(array: readonly T[], comparer: EqualityComparer<T> = equateV… function
Dchecker.ts6070 … if (!arrayIsHomogeneous(types, ([a], [b]) => typesAreSameReference(a, b))) {
/third_party/typescript/lib/
DtypingsInstaller.js21410 function arrayIsHomogeneous(array, comparer) { function
21422 ts.arrayIsHomogeneous = arrayIsHomogeneous;
56022 if (!ts.arrayIsHomogeneous(types, function (_a, _b) {
Dtsc.js17080 function arrayIsHomogeneous(array, comparer) { function
17092 ts.arrayIsHomogeneous = arrayIsHomogeneous;
46436 if (!ts.arrayIsHomogeneous(types, function (_a, _b) {