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

#include <literal-objects.h>

Inheritance diagram for v8::internal::ObjectBoilerplateDescriptionShape:
Collaboration diagram for v8::internal::ObjectBoilerplateDescriptionShape:

Public Types

using ElementT = Object
 
using CompressionScheme = V8HeapCompressionScheme
 

Public Member Functions

 V8_ARRAY_EXTRA_FIELDS ({ TaggedMember< Smi > backing_store_size_;TaggedMember< Smi > flags_;})
 

Static Public Attributes

static constexpr RootIndex kMapRootIndex
 
static constexpr bool kLengthEqualsCapacity = true
 

Detailed Description

Definition at line 24 of file literal-objects.h.

Member Typedef Documentation

◆ CompressionScheme

◆ ElementT

Member Function Documentation

◆ V8_ARRAY_EXTRA_FIELDS()

v8::internal::ObjectBoilerplateDescriptionShape::V8_ARRAY_EXTRA_FIELDS ( { TaggedMember< Smi > backing_store_size_;TaggedMember< Smi > flags_;} )

Member Data Documentation

◆ kLengthEqualsCapacity

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

Definition at line 30 of file literal-objects.h.

◆ kMapRootIndex

RootIndex v8::internal::ObjectBoilerplateDescriptionShape::kMapRootIndex
staticconstexpr
Initial value:
=
RootIndex::kObjectBoilerplateDescriptionMap

Definition at line 28 of file literal-objects.h.


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