pub fn share_array_buffer(ab: &Value, off: usize, len: usize) -> Value
A Buffer that is a WINDOW onto an existing ArrayBuffer’s store, sharing its bytes rather than copying them.
ArrayBuffer