v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
FixedArray Class Reference

#include <v8-data.h>

Inheritance diagram for FixedArray:
Collaboration diagram for FixedArray:

Public Member Functions

int Length () const
 
Local< DataGet (Local< Context > context, int i) const
 
- Public Member Functions inherited from 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)
 

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 * Cast ( Data * data)
inlinestatic

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

References V8_INLINE.

◆ Get()

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

◆ Length()

int Length ( ) const

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