v8  6.2.414 (node 8.16.2)
V8 is Google's open source JavaScript engine
ArrayBuffer::Contents Class Reference

#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
 

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.

Definition at line 4339 of file v8.h.

Constructor & Destructor Documentation

◆ Contents()

Contents ( )
inline

Definition at line 4341 of file v8.h.

References ArrayBuffer::Allocator::kNormal.

Member Function Documentation

◆ AllocationBase()

void* AllocationBase ( ) const
inline

Definition at line 4348 of file v8.h.

◆ AllocationLength()

size_t AllocationLength ( ) const
inline

Definition at line 4349 of file v8.h.

◆ AllocationMode()

Allocator::AllocationMode AllocationMode ( ) const
inline

Definition at line 4350 of file v8.h.

◆ ByteLength()

size_t ByteLength ( ) const
inline

Definition at line 4355 of file v8.h.

◆ Data()

void* Data ( ) const
inline

Definition at line 4354 of file v8.h.

Friends And Related Function Documentation

◆ ArrayBuffer

friend class ArrayBuffer
friend

Definition at line 4364 of file v8.h.


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