@Override
 public boolean executeBoolean(VirtualFrame frame) throws UnexpectedResultException {
   return child.executeBoolean(frame);
 }