#include <v8.h>
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.
◆ Contents()
v8::ArrayBuffer::Contents::Contents |
( |
| ) |
|
|
inline |
◆ AllocationBase()
void * v8::ArrayBuffer::Contents::AllocationBase |
( |
| ) |
const |
|
inline |
◆ AllocationLength()
size_t v8::ArrayBuffer::Contents::AllocationLength |
( |
| ) |
const |
|
inline |
◆ AllocationMode()
◆ ByteLength()
size_t v8::ArrayBuffer::Contents::ByteLength |
( |
| ) |
const |
|
inline |
◆ Data()
void * v8::ArrayBuffer::Contents::Data |
( |
| ) |
const |
|
inline |
◆ ArrayBuffer
The documentation for this class was generated from the following file: