Home | History | Annotate | Download | only in include

Lines Matching defs:Copy

629  * use of the copy constructor or assignment operator.
639 V8_INLINE static void Copy(const Persistent<S, M>& source,
659 static V8_INLINE void Copy(const Persistent<S, M>& source,
661 // do nothing, just allow copy
667 * A PersistentBase which allows copy and assignment.
669 * Copy, assignment and destructor behavior is controlled by the traits
701 * The copy constructors and assignment operator create a Persistent
702 * exactly as the Persistent constructor, but the Copy function from the
707 Copy(that);
711 Copy(that);
714 Copy(that);
719 Copy(that);
758 V8_INLINE void Copy(const Persistent<S, M2>& that);
1814 * binary copy. For use during an override of Delegate::WriteHostObject.
1901 * binary copy. For use during an override of Delegate::ReadHostObject.
2379 * \param length The number of characters to copy from the string. For
3275 * Clone this object with a fast but shallow copy. Values will point
4141 * Copy the contents of the ArrayBufferView's buffer to an embedder defined
7176 * copy strings and other parameters it needs to keep around.
7359 * copy of the original return address.
8720 void Persistent<T, M>::Copy(const Persistent<S, M2>& that) {
8726 M::Copy(that, this);