![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <free-list.h>
Public Member Functions | |
FreeListCategoryIterator (FreeList *free_list, FreeListCategoryType type) | |
bool | HasNext () const |
FreeListCategory * | Next () |
Private Attributes | |
FreeListCategory * | current_ |
Definition at line 222 of file free-list.h.
|
inline |
Definition at line 224 of file free-list.h.
|
inline |
|
inline |
|
private |
Definition at line 237 of file free-list.h.