Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/
Dprofile_view.js124 ProfileView.prototype.sort = function(sortFunc) { argument
126 node.sortChildren(sortFunc);
199 sortFunc) { argument
200 this.children.sort(sortFunc);
Dprofile_view.mjs120 * ProfileView.Node):number} sortFunc A sorting
123 ProfileView.prototype.sort = function(sortFunc) { argument
125 node.sortChildren(sortFunc);
194 * ProfileView.Node):number} sortFunc A sorting
198 sortFunc) { argument
199 this.children.sort(sortFunc);