v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::FixedIntegerArrayBase< T, Base > Class Template Reference

#include <fixed-array.h>

Inheritance diagram for v8::internal::FixedIntegerArrayBase< T, Base >:
Collaboration diagram for v8::internal::FixedIntegerArrayBase< T, Base >:

Public Member Functions

T get (int index) const
 
void set (int index, T value)
 
int length () const
 

Static Public Member Functions

template<typename... MoreArgs>
static Handle< FixedIntegerArrayBase< T, Base > > New (Isolate *isolate, int length, MoreArgs &&... more_args)
 
static constexpr int OffsetOfElementAt (int index)
 

Protected Member Functions

Address get_element_address (int index) const
 

Detailed Description

template<typename T, typename Base>
class v8::internal::FixedIntegerArrayBase< T, Base >

Definition at line 839 of file fixed-array.h.

Member Function Documentation

◆ get()

template<typename T , typename Base >
T v8::internal::FixedIntegerArrayBase< T, Base >::get ( int index) const

Definition at line 841 of file fixed-array-inl.h.

Here is the call graph for this function:

◆ get_element_address()

template<typename T , typename Base >
Address v8::internal::FixedIntegerArrayBase< T, Base >::get_element_address ( int index) const
protected

Definition at line 834 of file fixed-array-inl.h.

◆ length()

template<typename T , typename Base >
int v8::internal::FixedIntegerArrayBase< T, Base >::length ( ) const
inline

Definition at line 853 of file fixed-array-inl.h.

◆ New()

template<typename T , typename Base >
template<typename... MoreArgs>
Handle< FixedIntegerArrayBase< T, Base > > v8::internal::FixedIntegerArrayBase< T, Base >::New ( Isolate * isolate,
int length,
MoreArgs &&... more_args )
static

Definition at line 825 of file fixed-array-inl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OffsetOfElementAt()

template<typename T , typename Base >
static constexpr int v8::internal::FixedIntegerArrayBase< T, Base >::OffsetOfElementAt ( int index)
inlinestaticconstexpr

Definition at line 854 of file fixed-array.h.

Here is the caller graph for this function:

◆ set()

template<typename T , typename Base >
void v8::internal::FixedIntegerArrayBase< T, Base >::set ( int index,
T value )

Definition at line 847 of file fixed-array-inl.h.

Here is the call graph for this function:

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