pub unsafe extern "C" fn jit_insn_check_null(
func: jit_function_t,
value: jit_value_t,
) -> c_intExpand description
Check value to see if it is NULL. If it is, then throw the built-in JIT_RESULT_NULL_REFERENCE exception.
pub unsafe extern "C" fn jit_insn_check_null(
func: jit_function_t,
value: jit_value_t,
) -> c_intCheck value to see if it is NULL. If it is, then throw the built-in JIT_RESULT_NULL_REFERENCE exception.