Searched defs:CopyablePersistentTraits (Results 1 – 1 of 1) sorted by relevance
646 struct CopyablePersistentTraits { struct647 typedef Persistent<T, CopyablePersistentTraits<T> > CopyablePersistent; argument648 static const bool kResetInDestructor = true;650 static V8_INLINE void Copy(const Persistent<S, M>& source, in Copy()