cef_v8value_t.neuter_array_buffer

Prevent the ArrayBuffer from using it's memory block by setting the length to zero. This operation cannot be undone. If the ArrayBuffer was created with CreateArrayBuffer then cef_v8array_buffer_release_callback_t::ReleaseBuffer will be called to release the underlying buffer.

struct cef_v8value_t
extern (System)
int function(cef_v8value_t* self) nothrow neuter_array_buffer;

Meta