v8  9.4.146 (node 16.15.0)
V8 is Google's open source JavaScript engine
FixedArray Class Reference

#include <v8.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 IsPrivate () const
 
bool IsObjectTemplate () const
 
bool IsFunctionTemplate () const
 
bool IsContext () const
 

Detailed Description

A fixed-sized array with elements of type Data.

Definition at line 1555 of file v8.h.

Member Function Documentation

◆ 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: