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

#include <common-operator.h>

Collaboration diagram for v8::internal::compiler::IfValueParameters:

Public Member Functions

 IfValueParameters (int32_t value, int32_t comparison_order, BranchHint hint=BranchHint::kNone)
 
int32_t value () const
 
int32_t comparison_order () const
 
BranchHint hint () const
 

Private Attributes

int32_t value_
 
int32_t comparison_order_
 
BranchHint hint_
 

Detailed Description

Definition at line 449 of file common-operator.h.

Constructor & Destructor Documentation

◆ IfValueParameters()

v8::internal::compiler::IfValueParameters::IfValueParameters ( int32_t value,
int32_t comparison_order,
BranchHint hint = BranchHint::kNone )
inline

Definition at line 451 of file common-operator.h.

Member Function Documentation

◆ comparison_order()

int32_t v8::internal::compiler::IfValueParameters::comparison_order ( ) const
inline

Definition at line 456 of file common-operator.h.

Here is the caller graph for this function:

◆ hint()

BranchHint v8::internal::compiler::IfValueParameters::hint ( ) const
inline

Definition at line 457 of file common-operator.h.

Here is the caller graph for this function:

◆ value()

int32_t v8::internal::compiler::IfValueParameters::value ( ) const
inline

Definition at line 455 of file common-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ comparison_order_

int32_t v8::internal::compiler::IfValueParameters::comparison_order_
private

Definition at line 461 of file common-operator.h.

◆ hint_

BranchHint v8::internal::compiler::IfValueParameters::hint_
private

Definition at line 462 of file common-operator.h.

◆ value_

int32_t v8::internal::compiler::IfValueParameters::value_
private

Definition at line 460 of file common-operator.h.


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