MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / resumeJump

Function resumeJump

inst/include/Rcpp/exceptions.h:149–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149inline void resumeJump(SEXP token) {
150 if (isLongjumpSentinel(token)) {
151 token = getLongjumpToken(token);
152 }
153 ::R_ReleaseObject(token);
154 ::R_ContinueUnwind(token);
155 Rf_error("Internal error: Rcpp longjump failed to resume");
156}
157
158}} // namespace Rcpp::internal
159

Calls 2

isLongjumpSentinelFunction · 0.85
getLongjumpTokenFunction · 0.85

Tested by

no test coverage detected