v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ProtectedWeakFixedArrayShape Class Referencefinal

#include <fixed-array.h>

Inheritance diagram for v8::internal::ProtectedWeakFixedArrayShape:
Collaboration diagram for v8::internal::ProtectedWeakFixedArrayShape:

Public Types

using ElementT = Union<MaybeWeak<TrustedObject>, Smi>
 
using CompressionScheme = TrustedSpaceCompressionScheme
 

Static Public Attributes

static constexpr RootIndex kMapRootIndex
 
static constexpr bool kLengthEqualsCapacity = true
 

Detailed Description

Definition at line 553 of file fixed-array.h.

Member Typedef Documentation

◆ CompressionScheme

◆ ElementT

Member Data Documentation

◆ kLengthEqualsCapacity

bool v8::internal::ProtectedWeakFixedArrayShape::kLengthEqualsCapacity = true
staticconstexpr

Definition at line 559 of file fixed-array.h.

◆ kMapRootIndex

RootIndex v8::internal::ProtectedWeakFixedArrayShape::kMapRootIndex
staticconstexpr
Initial value:
=
RootIndex::kProtectedWeakFixedArrayMap

Definition at line 557 of file fixed-array.h.


The documentation for this class was generated from the following file: