![]() |
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 |
![]() | |
virtual | ~ObjectIterator () |
Private Attributes | |
Address | current_ |
Additional Inherited Members | |
![]() | |
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.