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

#include <contexts.h>

Inheritance diagram for v8::internal::ScriptContextTableShape:
Collaboration diagram for v8::internal::ScriptContextTableShape:

Public Types

using ElementT = Context
 
using CompressionScheme = V8HeapCompressionScheme
 

Public Member Functions

 V8_ARRAY_EXTRA_FIELDS ({ TaggedMember< Smi > length_;TaggedMember< NameToIndexHashTable > names_to_context_index_;})
 

Static Public Attributes

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

Detailed Description

Definition at line 805 of file contexts.h.

Member Typedef Documentation

◆ CompressionScheme

◆ ElementT

Member Function Documentation

◆ V8_ARRAY_EXTRA_FIELDS()

v8::internal::ScriptContextTableShape::V8_ARRAY_EXTRA_FIELDS ( { TaggedMember< Smi > length_;TaggedMember< NameToIndexHashTable > names_to_context_index_;} )

Member Data Documentation

◆ kLengthEqualsCapacity

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

Definition at line 810 of file contexts.h.

◆ kMapRootIndex

RootIndex v8::internal::ScriptContextTableShape::kMapRootIndex = RootIndex::kScriptContextTableMap
staticconstexpr

Definition at line 809 of file contexts.h.


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