V8 Project
v8::internal::Isolate::EntryStackItem Class Reference
+ Collaboration diagram for v8::internal::Isolate::EntryStackItem:

Public Member Functions

 EntryStackItem (PerIsolateThreadData *previous_thread_data, Isolate *previous_isolate, EntryStackItem *previous_item)
 

Public Attributes

int entry_count
 
PerIsolateThreadDataprevious_thread_data
 
Isolateprevious_isolate
 
EntryStackItemprevious_item
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (EntryStackItem)
 

Detailed Description

Definition at line 1156 of file isolate.h.

Constructor & Destructor Documentation

◆ EntryStackItem()

v8::internal::Isolate::EntryStackItem::EntryStackItem ( PerIsolateThreadData previous_thread_data,
Isolate previous_isolate,
EntryStackItem previous_item 
)
inline

Member Function Documentation

◆ DISALLOW_COPY_AND_ASSIGN()

v8::internal::Isolate::EntryStackItem::DISALLOW_COPY_AND_ASSIGN ( EntryStackItem  )
private

Member Data Documentation

◆ entry_count

int v8::internal::Isolate::EntryStackItem::entry_count

Definition at line 1166 of file isolate.h.

Referenced by v8::internal::Isolate::Enter(), and v8::internal::Isolate::Exit().

◆ previous_isolate

Isolate* v8::internal::Isolate::EntryStackItem::previous_isolate

Definition at line 1168 of file isolate.h.

Referenced by v8::internal::Isolate::Exit().

◆ previous_item

EntryStackItem* v8::internal::Isolate::EntryStackItem::previous_item

Definition at line 1169 of file isolate.h.

Referenced by v8::internal::Isolate::Exit(), and v8::internal::Isolate::~Isolate().

◆ previous_thread_data

PerIsolateThreadData* v8::internal::Isolate::EntryStackItem::previous_thread_data

Definition at line 1167 of file isolate.h.

Referenced by v8::internal::Isolate::Enter(), and v8::internal::Isolate::Exit().


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