Lines Matching defs:Copy
232 V8_INLINE static void Copy(const Persistent<S, M>& source,
235 "NonCopyablePersistentTraits::Copy is not instantiable");
248 static V8_INLINE void Copy(const Persistent<S, M>& source,
257 * Copy, assignment and destructor behavior is controlled by the traits
296 * exactly as the Persistent constructor, but the Copy function from the
301 Copy(that);
305 Copy(that);
308 Copy(that);
313 Copy(that);
355 V8_INLINE void Copy(const Persistent<S, M2>& that);
450 void Persistent<T, M>::Copy(const Persistent<S, M2>& that) {
455 M::Copy(that, this);