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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::CheckFloat64HoleParameters:

Public Member Functions

 CheckFloat64HoleParameters (CheckFloat64HoleMode mode, FeedbackSource const &feedback)
 
CheckFloat64HoleMode mode () const
 
FeedbackSource const & feedback () const
 

Private Attributes

CheckFloat64HoleMode mode_
 
FeedbackSource feedback_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CheckFloat64HoleParameters()

v8::internal::compiler::CheckFloat64HoleParameters::CheckFloat64HoleParameters ( CheckFloat64HoleMode mode,
FeedbackSource const & feedback )
inline

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

Member Function Documentation

◆ feedback()

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

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

Here is the caller graph for this function:

◆ mode()

CheckFloat64HoleMode v8::internal::compiler::CheckFloat64HoleParameters::mode ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ feedback_

FeedbackSource v8::internal::compiler::CheckFloat64HoleParameters::feedback_
private

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

◆ mode_

CheckFloat64HoleMode v8::internal::compiler::CheckFloat64HoleParameters::mode_
private

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


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