Function neon_runtime::arraybuffer::new[][src]

pub unsafe extern "C" fn new(
    out: &mut Local,
    isolate: *mut c_void,
    size: u32
) -> bool

Mutates the out argument provided to refer to a newly created v8::ArrayBuffer object. Returns false if the value couldn't be created.