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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::SpeculativeBigIntAsNParameters:

Public Member Functions

 SpeculativeBigIntAsNParameters (int bits, const FeedbackSource &feedback)
 
int bits () const
 
const FeedbackSourcefeedback () const
 

Private Attributes

int bits_
 
FeedbackSource feedback_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ SpeculativeBigIntAsNParameters()

v8::internal::compiler::SpeculativeBigIntAsNParameters::SpeculativeBigIntAsNParameters ( int bits,
const FeedbackSource & feedback )
inline

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

Member Function Documentation

◆ bits()

int v8::internal::compiler::SpeculativeBigIntAsNParameters::bits ( ) const
inline

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

Here is the caller graph for this function:

◆ feedback()

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

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

Here is the caller graph for this function:

Member Data Documentation

◆ bits_

int v8::internal::compiler::SpeculativeBigIntAsNParameters::bits_
private

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

◆ feedback_

FeedbackSource v8::internal::compiler::SpeculativeBigIntAsNParameters::feedback_
private

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


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