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

#include <turbofan-graph-visualizer.h>

Collaboration diagram for v8::internal::compiler::InstructionOperandAsJSON:

Public Attributes

const InstructionOperandop_
 
const InstructionSequencecode_
 

Detailed Description

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

Member Data Documentation

◆ code_

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

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

◆ op_

const InstructionOperand* v8::internal::compiler::InstructionOperandAsJSON::op_

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


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