Home
last modified time | relevance | path

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

/external/v8/tools/
Dprofile.js713 node.forEachChild(function (child) {
731 node.forEachChild(traverse);
784 this.forEachChild(function(child) {
795 this.forEachChild(function (node) { result.push(node); });
826 CallTree.Node.prototype.forEachChild = function(f) { method in CallTree.Node