Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts7400 …export function arrayIsHomogeneous<T>(array: readonly T[], comparer: EqualityComparer<T> = equateV… function
Dchecker.ts6111 … if (!arrayIsHomogeneous(types, ([a], [b]) => typesAreSameReference(a, b))) {
/third_party/typescript/lib/
Dtsc.js17111 function arrayIsHomogeneous(array, comparer) { function
17123 ts.arrayIsHomogeneous = arrayIsHomogeneous;
46615 if (!ts.arrayIsHomogeneous(types, function (_a, _b) {
DtypingsInstaller.js21444 function arrayIsHomogeneous(array, comparer) { function
21456 ts.arrayIsHomogeneous = arrayIsHomogeneous;
56217 if (!ts.arrayIsHomogeneous(types, function (_a, _b) {