![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <fixed-array.h>
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 |
Definition at line 839 of file fixed-array.h.
T v8::internal::FixedIntegerArrayBase< T, Base >::get | ( | int | index | ) | const |
|
protected |
Definition at line 834 of file fixed-array-inl.h.
|
inline |
Definition at line 853 of file fixed-array-inl.h.
|
static |
Definition at line 825 of file fixed-array-inl.h.
|
inlinestaticconstexpr |
void v8::internal::FixedIntegerArrayBase< T, Base >::set | ( | int | index, |
T | value ) |