pub unsafe extern "C" fn jit_insn_throw(
func: jit_function_t,
value: jit_value_t,
) -> c_intExpand description
Throw a pointer value as an exception object. This can also be used to “rethrow” an object from a catch handler that is not interested in handling the exception.