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

#include <common-operator.h>

Collaboration diagram for v8::internal::compiler::BranchParameters:

Public Member Functions

 BranchParameters (BranchSemantics semantics, BranchHint hint)
 
BranchSemantics semantics () const
 
BranchHint hint () const
 

Private Attributes

const BranchSemantics semantics_
 
const BranchHint hint_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ BranchParameters()

v8::internal::compiler::BranchParameters::BranchParameters ( BranchSemantics semantics,
BranchHint hint )
inline

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

Member Function Documentation

◆ hint()

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

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

Here is the caller graph for this function:

◆ semantics()

BranchSemantics v8::internal::compiler::BranchParameters::semantics ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ hint_

const BranchHint v8::internal::compiler::BranchParameters::hint_
private

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

◆ semantics_

const BranchSemantics v8::internal::compiler::BranchParameters::semantics_
private

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


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