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

#include <graph.h>

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

Public Member Functions

 PrintAsBlockHeader (const Block &block)
 
 PrintAsBlockHeader (const Block &block, BlockIndex block_id)
 

Public Attributes

const Blockblock
 
BlockIndex block_id
 

Detailed Description

Definition at line 1264 of file graph.h.

Constructor & Destructor Documentation

◆ PrintAsBlockHeader() [1/2]

v8::internal::compiler::turboshaft::PrintAsBlockHeader::PrintAsBlockHeader ( const Block & block)
inlineexplicit

Definition at line 1268 of file graph.h.

◆ PrintAsBlockHeader() [2/2]

v8::internal::compiler::turboshaft::PrintAsBlockHeader::PrintAsBlockHeader ( const Block & block,
BlockIndex block_id )
inline

Definition at line 1270 of file graph.h.

Member Data Documentation

◆ block

const Block& v8::internal::compiler::turboshaft::PrintAsBlockHeader::block

Definition at line 1265 of file graph.h.

◆ block_id

BlockIndex v8::internal::compiler::turboshaft::PrintAsBlockHeader::block_id

Definition at line 1266 of file graph.h.


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