Home
last modified time | relevance | path

Searched defs:CopyablePersistentTraits (Results 1 – 1 of 1) sorted by relevance

/external/v8/include/
Dv8.h608 struct CopyablePersistentTraits { struct
609 typedef Persistent<T, CopyablePersistentTraits<T> > CopyablePersistent; argument
610 static const bool kResetInDestructor = true;
612 static V8_INLINE void Copy(const Persistent<S, M>& source, in Copy()