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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::BigIntOperationParameters:

Public Member Functions

 BigIntOperationParameters (BigIntOperationHint hint, const FeedbackSource &feedback)
 
BigIntOperationHint hint () const
 
const FeedbackSourcefeedback () const
 

Private Attributes

BigIntOperationHint hint_
 
FeedbackSource feedback_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ BigIntOperationParameters()

v8::internal::compiler::BigIntOperationParameters::BigIntOperationParameters ( BigIntOperationHint hint,
const FeedbackSource & feedback )
inline

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

Member Function Documentation

◆ feedback()

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

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

Here is the caller graph for this function:

◆ hint()

BigIntOperationHint v8::internal::compiler::BigIntOperationParameters::hint ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ feedback_

FeedbackSource v8::internal::compiler::BigIntOperationParameters::feedback_
private

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

◆ hint_

BigIntOperationHint v8::internal::compiler::BigIntOperationParameters::hint_
private

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


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