v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::FixedArray Class Reference

#include <v8-data.h>

Inheritance diagram for v8::FixedArray:
Collaboration diagram for v8::FixedArray:

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 IsModuleRequest () const
 
bool IsFixedArray () const
 
bool IsPrivate () const
 
bool IsObjectTemplate () const
 
bool IsFunctionTemplate () const
 
bool IsContext () const
 

Static Public Member Functions

static V8_INLINE FixedArrayCast (Data *data)
 

Static Private Member Functions

static void CheckCast (Data *obj)
 

Detailed Description

A fixed-sized array with elements of type Data.

Definition at line 67 of file v8-data.h.

Member Function Documentation

◆ Cast()

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

Definition at line 72 of file v8-data.h.

◆ CheckCast()

void v8::FixedArray::CheckCast ( v8::Data * that)
staticprivate

Definition at line 3894 of file api.cc.

Here is the call graph for this function:

◆ Get()

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

Definition at line 2084 of file api.cc.

Here is the call graph for this function:

◆ Length()

int v8::FixedArray::Length ( ) const

Definition at line 2080 of file api.cc.

Here is the call graph for this function:

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