V8 API Reference Guide generated from the header files
Public Member Functions | Friends
v8::ArrayBuffer::Contents Class Reference

#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
 

Detailed Description

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.


The documentation for this class was generated from the following file: