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

#include <fixed-array.h>

Inheritance diagram for v8::internal::TaggedArrayShape:
Collaboration diagram for v8::internal::TaggedArrayShape:

Public Types

using ElementT = Object
 
using CompressionScheme = V8HeapCompressionScheme
 

Static Public Attributes

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

Detailed Description

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

Member Typedef Documentation

◆ CompressionScheme

◆ ElementT

Member Data Documentation

◆ kLengthEqualsCapacity

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

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

◆ kMapRootIndex

RootIndex v8::internal::TaggedArrayShape::kMapRootIndex = RootIndex::kFixedArrayMap
staticconstexpr

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


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