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

#include <fixed-array.h>

Inheritance diagram for v8::internal::TrustedWeakFixedArrayShape:
Collaboration diagram for v8::internal::TrustedWeakFixedArrayShape:

Public Types

using ElementT = MaybeObject
 
using CompressionScheme = V8HeapCompressionScheme
 

Static Public Attributes

static constexpr RootIndex kMapRootIndex
 
static constexpr bool kLengthEqualsCapacity = true
 

Detailed Description

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

Member Typedef Documentation

◆ CompressionScheme

◆ ElementT

Member Data Documentation

◆ kLengthEqualsCapacity

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

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

◆ kMapRootIndex

RootIndex v8::internal::TrustedWeakFixedArrayShape::kMapRootIndex
staticconstexpr
Initial value:
=
RootIndex::kTrustedWeakFixedArrayMap

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


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