_ResolveValueIfNeeded
_ResolveValueIfNeeded(child->Node(), context, maxDepth);
_ResolveValueIfNeeded(child->Node(), context, maxDepth - 1);
_ResolveValueIfNeeded(child->Node(), context, depth);
status_t _ResolveValueIfNeeded(ValueNode* node,
_ResolveValueIfNeeded(child->Node(), frame, 1);
_ResolveValueIfNeeded(child->Node(), frame, maxDepth);
_ResolveValueIfNeeded(child->Node(), frame, maxDepth - 1);
status_t _ResolveValueIfNeeded(ValueNode* node,