Searched refs:arrayIsHomogeneous (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | utilities.ts | 7372 …export function arrayIsHomogeneous<T>(array: readonly T[], comparer: EqualityComparer<T> = equateV… function
|
| D | checker.ts | 6070 … if (!arrayIsHomogeneous(types, ([a], [b]) => typesAreSameReference(a, b))) {
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 21410 function arrayIsHomogeneous(array, comparer) { function 21422 ts.arrayIsHomogeneous = arrayIsHomogeneous; 56022 if (!ts.arrayIsHomogeneous(types, function (_a, _b) {
|
| D | tsc.js | 17080 function arrayIsHomogeneous(array, comparer) { function 17092 ts.arrayIsHomogeneous = arrayIsHomogeneous; 46436 if (!ts.arrayIsHomogeneous(types, function (_a, _b) {
|