V8 Project
|
Interface for iterating through all the persistent handles in the heap. More...
#include <v8.h>
Public Member Functions | |
virtual | ~PersistentHandleVisitor () |
virtual void | VisitPersistentHandle (Persistent< Value > *value, uint16_t class_id) |
Interface for iterating through all the persistent handles in the heap.
|
inlinevirtual |
|
inlinevirtual |
Definition at line 4956 of file v8.h.
Referenced by v8::VisitorAdapter::VisitEmbedderReference().