v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 628 of file v8.h.

Member Typedef Documentation

Definition at line 629 of file v8.h.

Member Function Documentation

static V8_INLINE void Copy ( const Persistent< S, M > &  source,
CopyablePersistent dest 
)
inlinestatic

Definition at line 632 of file v8.h.

Field Documentation

const bool kResetInDestructor = true
static

Definition at line 630 of file v8.h.


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