v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8-persistent-handle.h>
Public Types | |
using | CopyablePersistent = Persistent< T, CopyablePersistentTraits< T > > |
Static Public Member Functions | |
template<class S , class M > | |
static V8_INLINE void | Copy (const Persistent< S, M > &source, CopyablePersistent *dest) |
Static Public Attributes | |
static const bool | kResetInDestructor = true |
Helper class traits to allow copying and assignment of Persistent. This will clone the contents of storage cell, but not any of the flags, etc.
Definition at line 257 of file v8-persistent-handle.h.
using CopyablePersistent = Persistent<T, CopyablePersistentTraits<T> > |
Definition at line 258 of file v8-persistent-handle.h.
|
inlinestatic |
Definition at line 261 of file v8-persistent-handle.h.
|
static |
Definition at line 259 of file v8-persistent-handle.h.