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

#include <graph-visualizer.h>

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

Public Member Functions

 AsJSON (const Graph &g)
 

Public Attributes

const Graphgraph
 

Detailed Description

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

Constructor & Destructor Documentation

◆ AsJSON()

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

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

27 : graph(g) {}

Member Data Documentation

◆ graph

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

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

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


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