@Override
 public UndefinedPlaceholder executeUndefinedPlaceholder(VirtualFrame frame)
     throws UnexpectedResultException {
   return child.executeUndefinedPlaceholder(frame);
 }