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

#include <maglev-graph-printer.h>

Collaboration diagram for v8::internal::maglev::PrintNode:

Public Member Functions

 PrintNode (MaglevGraphLabeller *graph_labeller, const NodeBase *node, bool skip_targets=false)
 
void Print (std::ostream &os) const
 

Detailed Description

Definition at line 129 of file maglev-graph-printer.h.

Constructor & Destructor Documentation

◆ PrintNode()

v8::internal::maglev::PrintNode::PrintNode ( MaglevGraphLabeller * graph_labeller,
const NodeBase * node,
bool skip_targets = false )
inline

Definition at line 131 of file maglev-graph-printer.h.

Member Function Documentation

◆ Print()

void v8::internal::maglev::PrintNode::Print ( std::ostream & os) const
inline

Definition at line 133 of file maglev-graph-printer.h.


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