Searched defs:CopyablePersistentTraits (Results 1 – 1 of 1) sorted by relevance
257 struct CopyablePersistentTraits { struct258 using CopyablePersistent = Persistent<T, CopyablePersistentTraits<T>>; argument259 static const bool kResetInDestructor = true;261 static V8_INLINE void Copy(const Persistent<S, M>& source, in Copy()