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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::CheckMinusZeroParameters:

Public Member Functions

 CheckMinusZeroParameters (CheckForMinusZeroMode mode, const FeedbackSource &feedback)
 
CheckForMinusZeroMode mode () const
 
const FeedbackSourcefeedback () const
 

Private Attributes

CheckForMinusZeroMode mode_
 
FeedbackSource feedback_
 

Detailed Description

Definition at line 416 of file simplified-operator.h.

Constructor & Destructor Documentation

◆ CheckMinusZeroParameters()

v8::internal::compiler::CheckMinusZeroParameters::CheckMinusZeroParameters ( CheckForMinusZeroMode mode,
const FeedbackSource & feedback )
inline

Definition at line 418 of file simplified-operator.h.

Member Function Documentation

◆ feedback()

const FeedbackSource & v8::internal::compiler::CheckMinusZeroParameters::feedback ( ) const
inline

Definition at line 423 of file simplified-operator.h.

Here is the caller graph for this function:

◆ mode()

CheckForMinusZeroMode v8::internal::compiler::CheckMinusZeroParameters::mode ( ) const
inline

Definition at line 422 of file simplified-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ feedback_

FeedbackSource v8::internal::compiler::CheckMinusZeroParameters::feedback_
private

Definition at line 427 of file simplified-operator.h.

◆ mode_

CheckForMinusZeroMode v8::internal::compiler::CheckMinusZeroParameters::mode_
private

Definition at line 426 of file simplified-operator.h.


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