pub unsafe extern "C" fn jit_exception_clear_last()Expand description
Clear the last exception object that occurred on this thread. This is equivalent to calling jit_exception_set_last with a parameter of NULL.
pub unsafe extern "C" fn jit_exception_clear_last()Clear the last exception object that occurred on this thread. This is equivalent to calling jit_exception_set_last with a parameter of NULL.