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

#include <heap.h>

Collaboration diagram for v8::internal::StrongRootsEntry:

Private Member Functions

 StrongRootsEntry (const char *label)
 

Private Attributes

const char * label
 
FullObjectSlot start
 
FullObjectSlot end
 
StrongRootsEntryprev
 
StrongRootsEntrynext
 

Friends

class Heap
 

Detailed Description

Definition at line 163 of file heap.h.

Constructor & Destructor Documentation

◆ StrongRootsEntry()

v8::internal::StrongRootsEntry::StrongRootsEntry ( const char * label)
inlineexplicitprivate

Definition at line 164 of file heap.h.

Friends And Related Symbol Documentation

◆ Heap

friend class Heap
friend

Definition at line 173 of file heap.h.

Member Data Documentation

◆ end

FullObjectSlot v8::internal::StrongRootsEntry::end
private

Definition at line 169 of file heap.h.

◆ label

const char* v8::internal::StrongRootsEntry::label
private

Definition at line 167 of file heap.h.

◆ next

StrongRootsEntry* v8::internal::StrongRootsEntry::next
private

Definition at line 171 of file heap.h.

◆ prev

StrongRootsEntry* v8::internal::StrongRootsEntry::prev
private

Definition at line 170 of file heap.h.

◆ start

FullObjectSlot v8::internal::StrongRootsEntry::start
private

Definition at line 168 of file heap.h.


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