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

Public Member Functions

 VisitMarker (NodeInfo *info)
 
 ~VisitMarker ()
 

Private Attributes

NodeInfoinfo_
 

Detailed Description

Definition at line 1862 of file regexp-compiler.cc.

Constructor & Destructor Documentation

◆ VisitMarker()

v8::internal::VisitMarker::VisitMarker ( NodeInfo * info)
inlineexplicit

Definition at line 1864 of file regexp-compiler.cc.

◆ ~VisitMarker()

v8::internal::VisitMarker::~VisitMarker ( )
inline

Definition at line 1868 of file regexp-compiler.cc.

Member Data Documentation

◆ info_

NodeInfo* v8::internal::VisitMarker::info_
private

Definition at line 1871 of file regexp-compiler.cc.


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