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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::CreateCollectionIteratorParameters:

Public Member Functions

 CreateCollectionIteratorParameters (CollectionKind collection_kind, IterationKind iteration_kind)
 
CollectionKind collection_kind () const
 
IterationKind iteration_kind () const
 

Private Attributes

CollectionKind const collection_kind_
 
IterationKind const iteration_kind_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CreateCollectionIteratorParameters()

v8::internal::compiler::CreateCollectionIteratorParameters::CreateCollectionIteratorParameters ( CollectionKind collection_kind,
IterationKind iteration_kind )
inlineexplicit

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

Here is the call graph for this function:

Member Function Documentation

◆ collection_kind()

CollectionKind v8::internal::compiler::CreateCollectionIteratorParameters::collection_kind ( ) const
inline

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

Here is the caller graph for this function:

◆ iteration_kind()

IterationKind v8::internal::compiler::CreateCollectionIteratorParameters::iteration_kind ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ collection_kind_

CollectionKind const v8::internal::compiler::CreateCollectionIteratorParameters::collection_kind_
private

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

◆ iteration_kind_

IterationKind const v8::internal::compiler::CreateCollectionIteratorParameters::iteration_kind_
private

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


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