jit_insn_throw

Function jit_insn_throw 

Source
pub unsafe extern "C" fn jit_insn_throw(
    func: jit_function_t,
    value: jit_value_t,
) -> c_int
Expand 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.