v8
4.5.103 (node 4.8.7)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Types | |
typedef Persistent< T, CopyablePersistentTraits< T > > | CopyablePersistent |
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.
typedef Persistent<T, CopyablePersistentTraits<T> > CopyablePersistent |
|
inlinestatic |