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

#include <turbofan-graph-visualizer.h>

Collaboration diagram for v8::internal::compiler::InstructionBlockAsJSON:

Public Attributes

const InstructionBlockblock_
 
const InstructionSequencecode_
 

Detailed Description

Definition at line 287 of file turbofan-graph-visualizer.h.

Member Data Documentation

◆ block_

const InstructionBlock* v8::internal::compiler::InstructionBlockAsJSON::block_

Definition at line 288 of file turbofan-graph-visualizer.h.

◆ code_

const InstructionSequence* v8::internal::compiler::InstructionBlockAsJSON::code_

Definition at line 289 of file turbofan-graph-visualizer.h.


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