Skip to main content

jit_array_push_safe

Function jit_array_push_safe 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn jit_array_push_safe( vm_ptr: *mut VM, array_ptr: *const Value, value_ptr: *const Value, ) -> u8