![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-persistent-handle.h>
Public Member Functions | |
virtual | ~PersistentHandleVisitor ()=default |
virtual void | VisitPersistentHandle (Persistent< Value > *value, uint16_t class_id) |
Interface for iterating through all the persistent handles in the heap.
Definition at line 416 of file v8-persistent-handle.h.
|
virtualdefault |
|
inlinevirtual |