Skip to main content

jit_call_method_safe

Function jit_call_method_safe 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn jit_call_method_safe( vm_ptr: *mut VM, object_ptr: *const Value, method_name_ptr: *const u8, method_name_len: usize, args_ptr: *const Value, arg_count: u8, dest_reg: u8, ) -> u8