Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
v8::FixedArray Class Reference

#include <v8-data.h>

Inheritance diagram for v8::FixedArray:
[legend]
Collaboration diagram for v8::FixedArray:
[legend]

Public Member Functions

int Length () const
 
Local< DataGet (Local< Context > context, int i) const
 
- Public Member Functions inherited from v8::Data
bool IsValue () const
 
bool IsModule () const
 
bool IsFixedArray () const
 
bool IsPrivate () const
 
bool IsObjectTemplate () const
 
bool IsFunctionTemplate () const
 
bool IsContext () const
 

Static Public Member Functions

static FixedArrayCast (Data *data)
 

Detailed Description

A fixed-sized array with elements of type Data.

Member Function Documentation

◆ Cast()

static FixedArray * v8::FixedArray::Cast ( Data data)
inlinestatic

◆ Get()

Local< Data > v8::FixedArray::Get ( Local< Context context,
int  i 
) const

◆ Length()

int v8::FixedArray::Length ( ) const

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