@Override
 public BigInteger executeBignum(VirtualFrame frame) throws UnexpectedResultException {
   return child.executeBignum(frame);
 }