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

#include <graph-visualizer.h>

Collaboration diagram for v8::internal::compiler::turboshaft::TurboshaftGraphAsJSON:

Public Attributes

const Graphturboshaft_graph
 
NodeOriginTableorigins
 
Zonetemp_zone
 

Detailed Description

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

Member Data Documentation

◆ origins

NodeOriginTable* v8::internal::compiler::turboshaft::TurboshaftGraphAsJSON::origins

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

◆ temp_zone

Zone* v8::internal::compiler::turboshaft::TurboshaftGraphAsJSON::temp_zone

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

◆ turboshaft_graph

const Graph& v8::internal::compiler::turboshaft::TurboshaftGraphAsJSON::turboshaft_graph

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


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