V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#include <v8.h>
Public Types | |
typedef Persistent< T, NonCopyablePersistentTraits< T > > | NonCopyablePersistent |
Static Public Member Functions | |
template<class S , class M > | |
static V8_INLINE void | Copy (const Persistent< S, M > &source, NonCopyablePersistent *dest) |
template<class O > | |
static V8_INLINE void | Uncompilable () |
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.