@Override
 public Object[] executeObjectArray(VirtualFrame frame) throws UnexpectedResultException {
   return child.executeObjectArray(frame);
 }