v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
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)
 
 EntryStackItem (const EntryStackItem &)=delete
 
EntryStackItemoperator= (const EntryStackItem &)=delete
 

Public Attributes

int entry_count
 
PerIsolateThreadDataprevious_thread_data
 
Isolateprevious_isolate
 
EntryStackItemprevious_item
 

Detailed Description

Definition at line 2480 of file isolate.h.

Constructor & Destructor Documentation

◆ EntryStackItem() [1/2]

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

Definition at line 2482 of file isolate.h.

◆ EntryStackItem() [2/2]

v8::internal::Isolate::EntryStackItem::EntryStackItem ( const EntryStackItem & )
delete

Member Function Documentation

◆ operator=()

EntryStackItem & v8::internal::Isolate::EntryStackItem::operator= ( const EntryStackItem & )
delete

Member Data Documentation

◆ entry_count

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

Definition at line 2491 of file isolate.h.

◆ previous_isolate

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

Definition at line 2493 of file isolate.h.

◆ previous_item

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

Definition at line 2494 of file isolate.h.

◆ previous_thread_data

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

Definition at line 2492 of file isolate.h.


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