v8  4.6.85 (node 5.12.0)
V8 is Google's open source JavaScript engine
PersistentHandleVisitor Class Reference

#include <v8.h>

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 5166 of file v8.h.

Constructor & Destructor Documentation

◆ ~PersistentHandleVisitor()

virtual ~PersistentHandleVisitor ( )
inlinevirtual

Definition at line 5168 of file v8.h.

Member Function Documentation

◆ VisitPersistentHandle()

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

Definition at line 5169 of file v8.h.


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