#include <v8-persistent-handle.h>
Public Types | |
using | NonCopyablePersistent = Persistent< T, NonCopyablePersistentTraits< T > > |
Static Public Member Functions | |
template<class S , class M > | |
static 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.
using v8::NonCopyablePersistentTraits< T >::NonCopyablePersistent = Persistent<T, NonCopyablePersistentTraits<T> > |
|
inlinestatic |
|
static |