pub unsafe extern "C" fn jit_exception_get_last() -> *mut c_voidExpand 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.