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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::GetIteratorParameters:

Public Member Functions

 GetIteratorParameters (const FeedbackSource &load_feedback, const FeedbackSource &call_feedback)
 
FeedbackSource const & loadFeedback () const
 
FeedbackSource const & callFeedback () const
 

Private Attributes

FeedbackSource const load_feedback_
 
FeedbackSource const call_feedback_
 

Detailed Description

Definition at line 794 of file js-operator.h.

Constructor & Destructor Documentation

◆ GetIteratorParameters()

v8::internal::compiler::GetIteratorParameters::GetIteratorParameters ( const FeedbackSource & load_feedback,
const FeedbackSource & call_feedback )
inline

Definition at line 796 of file js-operator.h.

Member Function Documentation

◆ callFeedback()

FeedbackSource const & v8::internal::compiler::GetIteratorParameters::callFeedback ( ) const
inline

Definition at line 801 of file js-operator.h.

Here is the caller graph for this function:

◆ loadFeedback()

FeedbackSource const & v8::internal::compiler::GetIteratorParameters::loadFeedback ( ) const
inline

Definition at line 800 of file js-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ call_feedback_

FeedbackSource const v8::internal::compiler::GetIteratorParameters::call_feedback_
private

Definition at line 805 of file js-operator.h.

◆ load_feedback_

FeedbackSource const v8::internal::compiler::GetIteratorParameters::load_feedback_
private

Definition at line 804 of file js-operator.h.


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