V8 API Reference Guide generated from the header files
|
#include <v8.h>
Public Member Functions | |
void * | AllocationBase () const |
size_t | AllocationLength () const |
Allocator::AllocationMode | AllocationMode () const |
void * | Data () const |
size_t | ByteLength () const |
Friends | |
class | ArrayBuffer |
The contents of an |ArrayBuffer|. Externalization of |ArrayBuffer| returns an instance of this class, populated, with a pointer to data and byte length.
The Data pointer of ArrayBuffer::Contents is always allocated with Allocator::Allocate that is set via Isolate::CreateParams.