jit_insn_check_null

Function jit_insn_check_null 

Source
pub unsafe extern "C" fn jit_insn_check_null(
    func: jit_function_t,
    value: jit_value_t,
) -> c_int
Expand description

Check value to see if it is NULL. If it is, then throw the built-in JIT_RESULT_NULL_REFERENCE exception.