V8 Project
v8::internal::Heap::StringTypeTable Struct Reference
+ Collaboration diagram for v8::internal::Heap::StringTypeTable:

Public Attributes

InstanceType type
 
int size
 
RootListIndex index
 

Detailed Description

Definition at line 1541 of file heap.h.

Member Data Documentation

◆ index

RootListIndex v8::internal::Heap::StringTypeTable::index

Definition at line 1544 of file heap.h.

Referenced by v8::internal::Heap::CreateInitialMaps().

◆ size

int v8::internal::Heap::StringTypeTable::size

Definition at line 1543 of file heap.h.

Referenced by v8::internal::Heap::CreateInitialMaps().

◆ type

InstanceType v8::internal::Heap::StringTypeTable::type

Definition at line 1542 of file heap.h.

Referenced by v8::internal::Heap::CreateInitialMaps().


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