Searched refs:ProfileView (Results 1 – 1 of 1) sorted by relevance
82 return new ProfileView(head);100 return new ProfileView.Node(112 function ProfileView(head) { class124 ProfileView.prototype.sort = function(sortFunc) {136 ProfileView.prototype.traverse = function(f) {160 ProfileView.Node = function(174 ProfileView.Node.prototype.__defineGetter__(185 ProfileView.Node.prototype.addChild = function(node) {198 ProfileView.Node.prototype.sortChildren = function(