V8 Project
v8::PersistentHandleVisitor Class Reference

Interface for iterating through all the persistent handles in the heap. More...

#include <v8.h>

+ Collaboration diagram for v8::PersistentHandleVisitor:

Public Member Functions

virtual ~PersistentHandleVisitor ()
 
virtual void VisitPersistentHandle (Persistent< Value > *value, uint16_t class_id)
 

Detailed Description

Interface for iterating through all the persistent handles in the heap.

Definition at line 4953 of file v8.h.

Constructor & Destructor Documentation

◆ ~PersistentHandleVisitor()

virtual v8::PersistentHandleVisitor::~PersistentHandleVisitor ( )
inlinevirtual

Definition at line 4955 of file v8.h.

4955 {}

Member Function Documentation

◆ VisitPersistentHandle()

virtual void v8::PersistentHandleVisitor::VisitPersistentHandle ( Persistent< Value > *  value,
uint16_t  class_id 
)
inlinevirtual

Definition at line 4956 of file v8.h.

4957  {}

Referenced by v8::VisitorAdapter::VisitEmbedderReference().

+ Here is the caller graph for this function:

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