v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::PersistentHandleVisitor Class Reference

#include <v8-persistent-handle.h>

Collaboration diagram for v8::PersistentHandleVisitor:

Public Member Functions

virtual ~PersistentHandleVisitor ()=default
 
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 416 of file v8-persistent-handle.h.

Constructor & Destructor Documentation

◆ ~PersistentHandleVisitor()

virtual v8::PersistentHandleVisitor::~PersistentHandleVisitor ( )
virtualdefault

Member Function Documentation

◆ VisitPersistentHandle()

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

Definition at line 419 of file v8-persistent-handle.h.

Here is the caller graph for this function:

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