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

#include <fixed-array.h>

Inheritance diagram for v8::internal::WeakFixedArrayShape:
Collaboration diagram for v8::internal::WeakFixedArrayShape:

Public Types

using ElementT = MaybeObject
 
using CompressionScheme = V8HeapCompressionScheme
 

Static Public Attributes

static constexpr RootIndex kMapRootIndex = RootIndex::kWeakFixedArrayMap
 
static constexpr bool kLengthEqualsCapacity = true
 

Detailed Description

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

Member Typedef Documentation

◆ CompressionScheme

◆ ElementT

Member Data Documentation

◆ kLengthEqualsCapacity

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

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

◆ kMapRootIndex

RootIndex v8::internal::WeakFixedArrayShape::kMapRootIndex = RootIndex::kWeakFixedArrayMap
staticconstexpr

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


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