|  | v8
    6.8.275  (node 10.15.3)
    V8 is Google's open source JavaScript engine | 
#include <v8.h>
| Public Member Functions | |
| Contents () | |
| 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.
| 
 | inline | 
Definition at line 4497 of file v8.h.
References ArrayBuffer::Allocator::kNormal.
| 
 | inline | 
| 
 | friend |