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

#include <arguments.h>

Inheritance diagram for v8::internal::SloppyArgumentsElementsShape:
Collaboration diagram for v8::internal::SloppyArgumentsElementsShape:

Public Types

using ElementT = UnionOf<Smi, Hole>
 
using CompressionScheme = V8HeapCompressionScheme
 

Public Member Functions

 V8_ARRAY_EXTRA_FIELDS ({ TaggedMember< Context > context_;TaggedMember< UnionOf< FixedArray, NumberDictionary > > arguments_;})
 

Static Public Attributes

static constexpr RootIndex kMapRootIndex
 
static constexpr bool kLengthEqualsCapacity = true
 

Detailed Description

Definition at line 77 of file arguments.h.

Member Typedef Documentation

◆ CompressionScheme

◆ ElementT

Member Function Documentation

◆ V8_ARRAY_EXTRA_FIELDS()

v8::internal::SloppyArgumentsElementsShape::V8_ARRAY_EXTRA_FIELDS ( { TaggedMember< Context > context_;TaggedMember< UnionOf< FixedArray, NumberDictionary > > arguments_;} )

Member Data Documentation

◆ kLengthEqualsCapacity

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

Definition at line 83 of file arguments.h.

◆ kMapRootIndex

RootIndex v8::internal::SloppyArgumentsElementsShape::kMapRootIndex
staticconstexpr
Initial value:
=
RootIndex::kSloppyArgumentsElementsMap

Definition at line 81 of file arguments.h.


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