![]() |
v8 11.3.244 (node 20.3.0)
V8 is Google's open source JavaScript engine
|
#include <v8-persistent-handle.h>
Public Types | |
using | NonCopyablePersistent = Persistent< T, NonCopyablePersistentTraits< T > > |
Static Public Member Functions | |
template<class S , class M > | |
static V8_INLINE void | Copy (const Persistent< S, M > &source, NonCopyablePersistent *dest) |
Static Public Attributes | |
static const bool | kResetInDestructor = false |
Default traits for Persistent. This class does not allow use of the copy constructor or assignment operator. At present kResetInDestructor is not set, but that will change in a future version.
Definition at line 241 of file v8-persistent-handle.h.
using NonCopyablePersistent = Persistent<T, NonCopyablePersistentTraits<T> > |
Definition at line 243 of file v8-persistent-handle.h.
|
inlinestatic |
Definition at line 246 of file v8-persistent-handle.h.
|
static |
Definition at line 244 of file v8-persistent-handle.h.