pub unsafe extern "C" fn data(
    out: *mut u8,
    len: isize,
    str: Local
) -> isize
Expand description

Writes data to a v8::String and returns the number of bytes writen.