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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::NumberOperationParameters:

Public Member Functions

 NumberOperationParameters (NumberOperationHint hint, const FeedbackSource &feedback)
 
NumberOperationHint hint () const
 
const FeedbackSourcefeedback () const
 

Private Attributes

NumberOperationHint hint_
 
FeedbackSource feedback_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ NumberOperationParameters()

v8::internal::compiler::NumberOperationParameters::NumberOperationParameters ( NumberOperationHint hint,
const FeedbackSource & feedback )
inline

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

Member Function Documentation

◆ feedback()

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

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

Here is the caller graph for this function:

◆ hint()

NumberOperationHint v8::internal::compiler::NumberOperationParameters::hint ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ feedback_

FeedbackSource v8::internal::compiler::NumberOperationParameters::feedback_
private

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

◆ hint_

NumberOperationHint v8::internal::compiler::NumberOperationParameters::hint_
private

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


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