#include <fixed-array.h>
|
NEVER_READ_ONLY_SPACE static V8_EXPORT_PRIVATE Handle< WeakArrayList > | AddToEnd (Isolate *isolate, Handle< WeakArrayList > array, MaybeObjectDirectHandle value) |
|
static V8_EXPORT_PRIVATE Handle< WeakArrayList > | AddToEnd (Isolate *isolate, Handle< WeakArrayList > array, MaybeObjectDirectHandle value1, Tagged< Smi > value2) |
|
static V8_WARN_UNUSED_RESULT DirectHandle< WeakArrayList > | Append (Isolate *isolate, DirectHandle< WeakArrayList > array, MaybeObjectDirectHandle value, AllocationType allocation=AllocationType::kYoung) |
|
static constexpr int | SizeForCapacity (int capacity) |
|
static constexpr int | CapacityForLength (int length) |
|
static Handle< WeakArrayList > | EnsureSpace (Isolate *isolate, Handle< WeakArrayList > array, int length, AllocationType allocation=AllocationType::kYoung) |
|
Definition at line 587 of file fixed-array.h.
◆ AddToEnd() [1/2]
◆ AddToEnd() [2/2]
◆ AllocatedSize()
int v8::internal::WeakArrayList::AllocatedSize |
( |
| ) |
const |
|
inline |
◆ Append()
◆ CapacityForLength()
static constexpr int v8::internal::WeakArrayList::CapacityForLength |
( |
int | length | ) |
|
|
inlinestaticconstexpr |
◆ Compact()
void v8::internal::WeakArrayList::Compact |
( |
Isolate * | isolate | ) |
|
◆ Contains()
◆ CopyElements()
◆ CountLiveElements()
int v8::internal::WeakArrayList::CountLiveElements |
( |
| ) |
const |
◆ CountLiveWeakReferences()
int v8::internal::WeakArrayList::CountLiveWeakReferences |
( |
| ) |
const |
◆ data_start()
◆ EnsureSpace()
◆ Get() [1/2]
◆ Get() [2/2]
◆ get()
◆ IsFull()
bool v8::internal::WeakArrayList::IsFull |
( |
| ) |
const |
◆ OffsetOfElementAt()
static int v8::internal::WeakArrayList::OffsetOfElementAt |
( |
int | index | ) |
|
|
inlinestaticprivate |
◆ RemoveOne()
◆ Set() [1/2]
◆ Set() [2/2]
void v8::internal::WeakArrayList::Set |
( |
int | index, |
|
|
Tagged< Smi > | value ) |
|
inline |
◆ SizeForCapacity()
static constexpr int v8::internal::WeakArrayList::SizeForCapacity |
( |
int | capacity | ) |
|
|
inlinestaticconstexpr |
◆ kMaxCapacity
The documentation for this class was generated from the following files: