Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DorganizeImports.ts499 return arrayIsSorted(imports, compareImportsOrRequireStatements);
503 return arrayIsSorted(imports, compareImportOrExportSpecifiers);
/third_party/typescript/src/compiler/
Dcore.ts807 export function arrayIsSorted<T>(array: readonly T[], comparer: Comparer<T>) { function
/third_party/typescript/lib/
DtypingsInstaller.js873 function arrayIsSorted(array, comparer) { function
886 ts.arrayIsSorted = arrayIsSorted;
Dtsc.js781 function arrayIsSorted(array, comparer) { function
794 ts.arrayIsSorted = arrayIsSorted;