forEach method
Visits the immediate children of this node.
Implementation
forEach(callback) {
callback(callee);
arguments.forEach(callback);
}
Visits the immediate children of this node.
forEach(callback) {
callback(callee);
arguments.forEach(callback);
}