#include <common-operator.h>
Definition at line 449 of file common-operator.h.
◆ IfValueParameters()
v8::internal::compiler::IfValueParameters::IfValueParameters |
( |
int32_t | value, |
|
|
int32_t | comparison_order, |
|
|
BranchHint | hint = BranchHint::kNone ) |
|
inline |
◆ comparison_order()
int32_t v8::internal::compiler::IfValueParameters::comparison_order |
( |
| ) |
const |
|
inline |
◆ hint()
BranchHint v8::internal::compiler::IfValueParameters::hint |
( |
| ) |
const |
|
inline |
◆ value()
int32_t v8::internal::compiler::IfValueParameters::value |
( |
| ) |
const |
|
inline |
◆ comparison_order_
int32_t v8::internal::compiler::IfValueParameters::comparison_order_ |
|
private |
◆ hint_
BranchHint v8::internal::compiler::IfValueParameters::hint_ |
|
private |
◆ value_
int32_t v8::internal::compiler::IfValueParameters::value_ |
|
private |
The documentation for this class was generated from the following file: