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

Public Member Functions

 VisitationDoneItem (State *parent, State &current)
 
void Process (CppGraphBuilderImpl &graph_builder) final
 
- Public Member Functions inherited from v8::internal::CppGraphBuilderImpl::WorkstackItemBase
 WorkstackItemBase (State *parent, State &current)
 
virtual ~WorkstackItemBase ()=default
 

Additional Inherited Members

- Protected Attributes inherited from v8::internal::CppGraphBuilderImpl::WorkstackItemBase
Stateparent_
 
Statecurrent_
 

Detailed Description

Definition at line 814 of file cpp-snapshot.cc.

Constructor & Destructor Documentation

◆ VisitationDoneItem()

v8::internal::CppGraphBuilderImpl::VisitationDoneItem::VisitationDoneItem ( State * parent,
State & current )
inline

Definition at line 816 of file cpp-snapshot.cc.

Member Function Documentation

◆ Process()

void v8::internal::CppGraphBuilderImpl::VisitationDoneItem::Process ( CppGraphBuilderImpl & graph_builder)
inlinefinalvirtual

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