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

#include <v8.h>

Public Member Functions

 Contents ()
 
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.

This API is experimental and may change significantly.

Definition at line 3398 of file v8.h.

Constructor & Destructor Documentation

◆ Contents()

Contents ( )
inline

Definition at line 3400 of file v8.h.

Member Function Documentation

◆ ByteLength()

size_t ByteLength ( ) const
inline

Definition at line 3403 of file v8.h.

◆ Data()

void* Data ( ) const
inline

Definition at line 3402 of file v8.h.

Friends And Related Function Documentation

◆ ArrayBuffer

friend class ArrayBuffer
friend

Definition at line 3409 of file v8.h.


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