|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include <new-spaces.h>
| Public Member Functions | |
| SemiSpaceObjectIterator (const SemiSpaceNewSpace *space) | |
| Tagged< HeapObject > | Next () final | 
|  Public Member Functions inherited from v8::internal::ObjectIterator | |
| virtual | ~ObjectIterator () | 
| Private Attributes | |
| Address | current_ | 
| 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) | 
Definition at line 178 of file new-spaces.h.
| 
 | inlineexplicit | 
Definition at line 64 of file new-spaces-inl.h.
| 
 | inlinefinalvirtual | 
Implements v8::internal::ObjectIterator.
Definition at line 67 of file new-spaces-inl.h.
| 
 | private | 
Definition at line 187 of file new-spaces.h.