v8
6.2.414 (node 8.16.2)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
Contents () | |
void * | AllocationBase () const |
size_t | AllocationLength () const |
ArrayBuffer::Allocator::AllocationMode | AllocationMode () const |
void * | Data () const |
size_t | ByteLength () const |
Friends | |
class | SharedArrayBuffer |
The contents of an |SharedArrayBuffer|. Externalization of |SharedArrayBuffer| returns an instance of this class, populated, with a pointer to data and byte length.
The Data pointer of SharedArrayBuffer::Contents is always allocated with |ArrayBuffer::Allocator::Allocate| by the allocator specified in v8::Isolate::CreateParams::array_buffer_allocator.
This API is experimental and may change significantly.
|
inline |
Definition at line 4717 of file v8.h.
References ArrayBuffer::Allocator::kNormal.
|
inline |
|
friend |