170171172173174175176177178179180
} // For testing with mock task system if (this.doFakeFail) { return XenUtil.translateReturnException( new ReturnException(1, "Instructed to fail.")); } if (eventLog) { logger.info(Lager.ev(id) + "banner:" +
208209210211212213214
} @Builtin("return") public static SEXP doReturn(@Current Environment rho, SEXP value) { throw new ReturnException(rho, value); }