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

#include <fixed-array.h>

Inheritance diagram for v8::internal::ArrayListShape:
Collaboration diagram for v8::internal::ArrayListShape:

Public Types

using ElementT = Object
 
using CompressionScheme = V8HeapCompressionScheme
 

Public Member Functions

 V8_ARRAY_EXTRA_FIELDS ({ TaggedMember< Smi > length_;})
 

Static Public Attributes

static constexpr RootIndex kMapRootIndex = RootIndex::kArrayListMap
 
static constexpr bool kLengthEqualsCapacity = false
 

Detailed Description

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

Member Typedef Documentation

◆ CompressionScheme

◆ ElementT

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

Member Function Documentation

◆ V8_ARRAY_EXTRA_FIELDS()

v8::internal::ArrayListShape::V8_ARRAY_EXTRA_FIELDS ( { TaggedMember< Smi > length_;} )

Member Data Documentation

◆ kLengthEqualsCapacity

bool v8::internal::ArrayListShape::kLengthEqualsCapacity = false
staticconstexpr

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

◆ kMapRootIndex

RootIndex v8::internal::ArrayListShape::kMapRootIndex = RootIndex::kArrayListMap
staticconstexpr

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


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