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

#include <operations.h>

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

Public Attributes

const Operationop
 
const char * op_index_prefix = "#"
 

Detailed Description

Definition at line 1049 of file operations.h.

Member Data Documentation

◆ op

const Operation& v8::internal::compiler::turboshaft::OperationPrintStyle::op

Definition at line 1050 of file operations.h.

◆ op_index_prefix

const char* v8::internal::compiler::turboshaft::OperationPrintStyle::op_index_prefix = "#"

Definition at line 1051 of file operations.h.


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