V8 Project
v8::internal::compiler::AsDOT Struct Reference

#include <graph-visualizer.h>

+ Collaboration diagram for v8::internal::compiler::AsDOT:

Public Member Functions

 AsDOT (const Graph &g)
 

Public Attributes

const Graphgraph
 

Detailed Description

Definition at line 19 of file graph-visualizer.h.

Constructor & Destructor Documentation

◆ AsDOT()

v8::internal::compiler::AsDOT::AsDOT ( const Graph g)
inlineexplicit

Definition at line 20 of file graph-visualizer.h.

20 : graph(g) {}

Member Data Documentation

◆ graph

const Graph& v8::internal::compiler::AsDOT::graph

Definition at line 21 of file graph-visualizer.h.

Referenced by v8::internal::compiler::operator<<().


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