![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <fixed-array.h>
Public Member Functions | |
void | copy_out (int index, T *result, int length) |
void | copy_in (int index, const T *buffer, int length) |
bool | matches (const T *buffer, int length) |
bool | matches (int offset, const T *buffer, int length) |
T | get (int index) |
void | set (int index, const T &value) |
int | length () const |
Definition at line 897 of file fixed-array.h.
|
inline |
Definition at line 903 of file fixed-array.h.
|
inline |
Definition at line 899 of file fixed-array.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |