Skip to main content

jit_call_function_safe

Function jit_call_function_safe 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn jit_call_function_safe( vm_ptr: *mut VM, callee_ptr: *const Value, args_ptr: *const Value, arg_count: u8, dest_reg: u8, ) -> u8