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

#include <operations.h>

Collaboration diagram for v8::internal::compiler::turboshaft::SwitchOp::Case:

Public Member Functions

 Case (int32_t value, Block *destination, BranchHint hint)
 
bool operator== (const Case &other) const
 

Public Attributes

BranchHint hint
 
int32_t value
 
Blockdestination
 

Detailed Description

Definition at line 4441 of file operations.h.

Constructor & Destructor Documentation

◆ Case()

v8::internal::compiler::turboshaft::SwitchOp::Case::Case ( int32_t value,
Block * destination,
BranchHint hint )
inline

Definition at line 4446 of file operations.h.

Member Function Documentation

◆ operator==()

bool v8::internal::compiler::turboshaft::SwitchOp::Case::operator== ( const Case & other) const
inline

Definition at line 4449 of file operations.h.

Member Data Documentation

◆ destination

Block* v8::internal::compiler::turboshaft::SwitchOp::Case::destination

Definition at line 4444 of file operations.h.

◆ hint

BranchHint v8::internal::compiler::turboshaft::SwitchOp::Case::hint

Definition at line 4442 of file operations.h.

◆ value

int32_t v8::internal::compiler::turboshaft::SwitchOp::Case::value

Definition at line 4443 of file operations.h.


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