jit_exception_set_last

Function jit_exception_set_last 

Source
pub unsafe extern "C" fn jit_exception_set_last(object: *mut c_void)
Expand description

Set the last exception object that occurred on this thread, so that it can be retrieved by a later call to jit_exception_get_last. This is normally used by jit_function_apply to save the exception object before returning to regular code.