Searched refs:sortFunc (Results 1 – 3 of 3) sorted by relevance
129 devtools.profiler.ProfileView.prototype.sort = function(sortFunc) { argument131 node.sortChildren(sortFunc);222 sortFunc) { argument223 this.children.sort(sortFunc);
17 sub sortFunc { subroutine
105 Object.sortedProperties = function(obj, sortFunc) argument107 return Object.properties(obj).sort(sortFunc);