Home
last modified time | relevance | path

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

/external/v8/tools/
Dprofile.js686 node.forEachChild(function (child) {
704 node.forEachChild(traverse);
757 this.forEachChild(function(child) {
768 this.forEachChild(function (node) { result.push(node); });
799 CallTree.Node.prototype.forEachChild = function(f) { method in CallTree.Node