v8
9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
|
#include <v8.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.
using CopyablePersistent = Persistent<T, CopyablePersistentTraits<T> > |
|
inlinestatic |