#include <operations.h>
Definition at line 4441 of file operations.h.
◆ Case()
v8::internal::compiler::turboshaft::SwitchOp::Case::Case |
( |
int32_t | value, |
|
|
Block * | destination, |
|
|
BranchHint | hint ) |
|
inline |
◆ operator==()
bool v8::internal::compiler::turboshaft::SwitchOp::Case::operator== |
( |
const Case & | other | ) |
const |
|
inline |
◆ destination
Block* v8::internal::compiler::turboshaft::SwitchOp::Case::destination |
◆ hint
BranchHint v8::internal::compiler::turboshaft::SwitchOp::Case::hint |
◆ value
int32_t v8::internal::compiler::turboshaft::SwitchOp::Case::value |
The documentation for this struct was generated from the following file: