Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/
Dprofile_view.js126 node.sortChildren(sortFunc);
198 ProfileView.Node.prototype.sortChildren = function( method in ProfileView.Node
Dprofile_view.mjs125 node.sortChildren(sortFunc);
197 ProfileView.Node.prototype.sortChildren = function( method in ProfileView.Node
/third_party/typescript/src/services/
DnavigationBar.ts174 sortChildren(parent.children);
562 sortChildren(a.children);
669 sortChildren(target.children);
674 function sortChildren(children: NavigationBarNode[]): void { function