data

Function data 

Source
pub unsafe extern "C" fn data<'a, 'b>(
    isolate: *mut Isolate__,
    base_out: &'a mut *mut c_void,
    obj: Local,
) -> usize
Expand description

Mutates the base_out and size_out arguments to access the data of a v8::ArrayBuffer object.