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

#include <spaces.h>

Inheritance diagram for v8::internal::SpaceIterator:
Collaboration diagram for v8::internal::SpaceIterator:

Public Member Functions

 SpaceIterator (Heap *heap)
 
virtual ~SpaceIterator ()
 
bool HasNext ()
 
SpaceNext ()
 

Private Attributes

Heapheap_
 
int current_space_
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::Malloced
static void * operator new (size_t size)
 
static void operator delete (void *p)
 

Detailed Description

Definition at line 228 of file spaces.h.

Constructor & Destructor Documentation

◆ SpaceIterator()

v8::internal::SpaceIterator::SpaceIterator ( Heap * heap)
explicit

Definition at line 43 of file spaces.cc.

◆ ~SpaceIterator()

v8::internal::SpaceIterator::~SpaceIterator ( )
virtualdefault

Member Function Documentation

◆ HasNext()

bool v8::internal::SpaceIterator::HasNext ( )

Definition at line 48 of file spaces.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Next()

Space * v8::internal::SpaceIterator::Next ( )

Definition at line 59 of file spaces.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ current_space_

int v8::internal::SpaceIterator::current_space_
private

Definition at line 238 of file spaces.h.

◆ heap_

Heap* v8::internal::SpaceIterator::heap_
private

Definition at line 237 of file spaces.h.


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