Lines Matching defs:Copy
245 V8_INLINE static void Copy(const Persistent<S, M>& source,
248 "NonCopyablePersistentTraits::Copy is not instantiable");
261 static V8_INLINE void Copy(const Persistent<S, M>& source,
270 * Copy, assignment and destructor behavior is controlled by the traits
304 * exactly as the Persistent constructor, but the Copy function from the
309 Copy(that);
313 Copy(that);
316 Copy(that);
321 Copy(that);
363 V8_INLINE void Copy(const Persistent<S, M2>& that);
457 void Persistent<T, M>::Copy(const Persistent<S, M2>& that) {
463 M::Copy(that, this);