Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/tools/
Dprofile_view.js129 devtools.profiler.ProfileView.prototype.sort = function(sortFunc) { argument
131 node.sortChildren(sortFunc);
222 sortFunc) { argument
223 this.children.sort(sortFunc);
/external/clearsilver/perl/
Dtest.pl17 sub sortFunc { subroutine
/external/webkit/WebCore/inspector/front-end/
Dutilities.js105 Object.sortedProperties = function(obj, sortFunc) argument
107 return Object.properties(obj).sort(sortFunc);