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

#include <js-array.h>

Inheritance diagram for v8::internal::JSArrayIterator:
Collaboration diagram for v8::internal::JSArrayIterator:

Public Member Functions

IterationKind kind () const
 
void set_kind (IterationKind kind)
 

Detailed Description

Definition at line 154 of file js-array.h.

Member Function Documentation

◆ kind()

IterationKind v8::internal::JSArrayIterator::kind ( ) const
inline

Definition at line 82 of file js-array-inl.h.

Here is the caller graph for this function:

◆ set_kind()

void v8::internal::JSArrayIterator::set_kind ( IterationKind kind)
inline

Definition at line 86 of file js-array-inl.h.

Here is the call graph for this function:

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