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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::ForInParameters:

Public Member Functions

 ForInParameters (const FeedbackSource &feedback, ForInMode mode)
 
const FeedbackSourcefeedback () const
 
ForInMode mode () const
 

Private Attributes

const FeedbackSource feedback_
 
const ForInMode mode_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ForInParameters()

v8::internal::compiler::ForInParameters::ForInParameters ( const FeedbackSource & feedback,
ForInMode mode )
inline

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

Member Function Documentation

◆ feedback()

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

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

Here is the caller graph for this function:

◆ mode()

ForInMode v8::internal::compiler::ForInParameters::mode ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ feedback_

const FeedbackSource v8::internal::compiler::ForInParameters::feedback_
private

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

◆ mode_

const ForInMode v8::internal::compiler::ForInParameters::mode_
private

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


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