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

#include <free-list.h>

Collaboration diagram for v8::internal::FreeList::FreeListCategoryIterator:

Public Member Functions

 FreeListCategoryIterator (FreeList *free_list, FreeListCategoryType type)
 
bool HasNext () const
 
FreeListCategoryNext ()
 

Private Attributes

FreeListCategorycurrent_
 

Detailed Description

Definition at line 222 of file free-list.h.

Constructor & Destructor Documentation

◆ FreeListCategoryIterator()

v8::internal::FreeList::FreeListCategoryIterator::FreeListCategoryIterator ( FreeList * free_list,
FreeListCategoryType type )
inline

Definition at line 224 of file free-list.h.

Member Function Documentation

◆ HasNext()

bool v8::internal::FreeList::FreeListCategoryIterator::HasNext ( ) const
inline

Definition at line 227 of file free-list.h.

Here is the caller graph for this function:

◆ Next()

FreeListCategory * v8::internal::FreeList::FreeListCategoryIterator::Next ( )
inline

Definition at line 229 of file free-list.h.

Here is the call graph for this function:

Member Data Documentation

◆ current_

FreeListCategory* v8::internal::FreeList::FreeListCategoryIterator::current_
private

Definition at line 237 of file free-list.h.


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