Searched refs:arrayIsSorted (Results 1 – 4 of 4) sorted by relevance
499 return arrayIsSorted(imports, compareImportsOrRequireStatements);503 return arrayIsSorted(imports, compareImportOrExportSpecifiers);
807 export function arrayIsSorted<T>(array: readonly T[], comparer: Comparer<T>) { function
873 function arrayIsSorted(array, comparer) { function886 ts.arrayIsSorted = arrayIsSorted;
781 function arrayIsSorted(array, comparer) { function794 ts.arrayIsSorted = arrayIsSorted;