Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DDetailedHeapshotView.js95 _performSorting: function(sortFunction) argument
100 children.sort(sortFunction);
369 _performSorting: function(sortFunction) argument
373 return sortFunction(nodeA.data, nodeB.data);