jit_exception_get_last

Function jit_exception_get_last 

Source
pub unsafe extern "C" fn jit_exception_get_last() -> *mut c_void
Expand description

Get the last exception object that occurred on this thread, or NULL if there is no exception object on this thread. As far as libjit is concerned, an exception is just a pointer. The precise meaning of the data at the pointer is determined by the front end.