Home | History | Annotate | Download | only in profiler

Lines Matching refs:compareResult

1137         var compareResult = (this.sortOrder() === WebInspector.DataGrid.Order.Ascending) ? +1 : -1;
1146 return compareResult;
1148 return -compareResult;