V8  latest master commit
V8 is Google's open source JavaScript engine
v8::CopyablePersistentTraits< T > Struct Template Reference

#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
 

Detailed Description

template<class T>
struct v8::CopyablePersistentTraits< T >

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.

Definition at line 638 of file v8.h.

Member Typedef Documentation

◆ CopyablePersistent

Definition at line 639 of file v8.h.

Member Function Documentation

◆ Copy()

template<class T >
template<class S , class M >
static V8_INLINE void v8::CopyablePersistentTraits< T >::Copy ( const Persistent< S, M > &  source,
CopyablePersistent dest 
)
inlinestatic

Definition at line 642 of file v8.h.

Field Documentation

◆ kResetInDestructor

template<class T >
const bool v8::CopyablePersistentTraits< T >::kResetInDestructor = true
static

Definition at line 640 of file v8.h.


The documentation for this struct was generated from the following file: