#include <fixed-array.h>
|
double | get_scalar (int index) |
|
uint64_t | get_representation (int index) |
|
void | set (int index, double value) |
|
void | set_the_hole (Isolate *isolate, int index) |
|
void | set_the_hole (int index) |
|
bool | is_the_hole (Isolate *isolate, int index) |
|
bool | is_the_hole (int index) |
|
void | MoveElements (Isolate *isolate, int dst_index, int src_index, int len, WriteBarrierMode) |
|
void | FillWithHoles (int from, int to) |
|
ElementMemberT | get (int index) const |
|
void | set (int index, ElementMemberT value) |
|
int | AllocatedSize () const |
|
ElementMemberT * | begin () |
|
const ElementMemberT * | begin () const |
|
ElementMemberT * | end () |
|
const ElementMemberT * | end () const |
|
int | DataSize () const |
|
Handle< D > | Allocate (IsolateT *isolate, int length, std::optional< DisallowGarbageCollection > *no_gc_out, AllocationType allocation) |
|
Definition at line 458 of file fixed-array.h.
◆ Super
◆ FillWithHoles()
void v8::internal::FixedDoubleArray::FillWithHoles |
( |
int | from, |
|
|
int | to ) |
|
inline |
◆ get()
◆ get_representation()
uint64_t v8::internal::FixedDoubleArray::get_representation |
( |
int | index | ) |
|
|
inline |
◆ get_scalar()
double v8::internal::FixedDoubleArray::get_scalar |
( |
int | index | ) |
|
|
inline |
◆ is_the_hole() [1/2]
bool v8::internal::FixedDoubleArray::is_the_hole |
( |
int | index | ) |
|
|
inline |
◆ is_the_hole() [2/2]
bool v8::internal::FixedDoubleArray::is_the_hole |
( |
Isolate * | isolate, |
|
|
int | index ) |
|
inline |
◆ MoveElements()
void v8::internal::FixedDoubleArray::MoveElements |
( |
Isolate * | isolate, |
|
|
int | dst_index, |
|
|
int | src_index, |
|
|
int | len, |
|
|
WriteBarrierMode | mode ) |
|
inline |
◆ New()
template<class IsolateT >
◆ set()
void v8::internal::FixedDoubleArray::set |
( |
int | index, |
|
|
double | value ) |
|
inline |
◆ set_the_hole() [1/2]
void v8::internal::FixedDoubleArray::set_the_hole |
( |
int | index | ) |
|
|
inline |
◆ set_the_hole() [2/2]
void v8::internal::FixedDoubleArray::set_the_hole |
( |
Isolate * | isolate, |
|
|
int | index ) |
|
inline |
The documentation for this class was generated from the following files: