Create a new cef_v8value_t object of type ArrayBuffer which wraps the
provided |buffer| of size |length| bytes. The ArrayBuffer is externalized,
meaning that it does not own |buffer|. The caller is responsible for freeing
|buffer| when requested via a call to
cef_v8array_buffer_release_callback_t::ReleaseBuffer. This function should
only be called from within the scope of a cef_render_process_handler_t,
cef_v8handler_t or cef_v8accessor_t callback, or in combination with calling
enter() and exit() on a stored cef_v8context_t reference.
Create a new cef_v8value_t object of type ArrayBuffer which wraps the provided |buffer| of size |length| bytes. The ArrayBuffer is externalized, meaning that it does not own |buffer|. The caller is responsible for freeing |buffer| when requested via a call to cef_v8array_buffer_release_callback_t::ReleaseBuffer. This function should only be called from within the scope of a cef_render_process_handler_t, cef_v8handler_t or cef_v8accessor_t callback, or in combination with calling enter() and exit() on a stored cef_v8context_t reference.