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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::CreateArrayIteratorParameters:

Public Member Functions

 CreateArrayIteratorParameters (IterationKind kind)
 
IterationKind kind () const
 

Private Attributes

IterationKind const kind_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CreateArrayIteratorParameters()

v8::internal::compiler::CreateArrayIteratorParameters::CreateArrayIteratorParameters ( IterationKind kind)
inlineexplicit

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

Member Function Documentation

◆ kind()

IterationKind v8::internal::compiler::CreateArrayIteratorParameters::kind ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ kind_

IterationKind const v8::internal::compiler::CreateArrayIteratorParameters::kind_
private

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


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