auto children = node->children; for (v8::AllocationProfile::Node* child : children) { WalkAllocationStack( recv, alloc_fn, function_fn, child, depth + 1); }