![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <fixed-array.h>
Public Member Functions | |
V8_EXPORT_PRIVATE bool | IsCowArray () const |
Static Public Member Functions | |
static int | GetMaxLengthForNewSpaceAllocation (ElementsKind kind) |
Static Public Attributes | |
static constexpr int | kLengthOffset = HeapObject::kHeaderSize |
static constexpr int | kHeaderSize = kLengthOffset + kTaggedSize |
static constexpr int | kMaxLength = FixedArray::kMaxCapacity |
static constexpr int | kMaxRegularLength = FixedArray::kMaxRegularCapacity |
Definition at line 370 of file fixed-array.h.
|
static |
Definition at line 12 of file fixed-array.cc.
bool v8::internal::FixedArrayBase::IsCowArray | ( | ) | const |
|
staticconstexpr |
Definition at line 373 of file fixed-array.h.
|
staticconstexpr |
Definition at line 372 of file fixed-array.h.
|
staticconstexpr |
Definition at line 374 of file fixed-array.h.
|
staticconstexpr |
Definition at line 375 of file fixed-array.h.