Lines Matching defs:operator

110   friend bool operator==(const TracedReferenceBase&, const Local<U>&);
111 friend bool operator==(const TracedReferenceBase&,
144 V8_INLINE T* operator->() const {
152 V8_INLINE T* operator*() const { return this->operator->(); }
209 // Forward to operator=.
219 // Forward to operator=.
228 // Forward to operator=;
238 // Forward to operator=;
243 * Move assignment operator initializing TracedReference from an existing one.
245 V8_INLINE TracedReference& operator=(TracedReference&& rhs) noexcept;
248 * Move assignment operator initializing TracedReference from an existing one.
251 V8_INLINE TracedReference& operator=(TracedReference<S>&& rhs) noexcept;
254 * Copy assignment operator initializing TracedReference from an existing one.
256 V8_INLINE TracedReference& operator=(const TracedReference& rhs);
259 * Copy assignment operator initializing TracedReference from an existing one.
262 V8_INLINE TracedReference& operator=(const TracedReference<S>& rhs);
296 V8_INLINE bool operator==(const TracedReferenceBase& lhs,
302 V8_INLINE bool operator==(const TracedReferenceBase& lhs,
308 V8_INLINE bool operator==(const v8::Local<U>& lhs,
313 V8_INLINE bool operator!=(const TracedReferenceBase& lhs,
319 V8_INLINE bool operator!=(const TracedReferenceBase& lhs,
325 V8_INLINE bool operator!=(const v8::Local<U>& lhs,
343 TracedReference<T>& TracedReference<T>::operator=(
352 TracedReference<T>& TracedReference<T>::operator=(
360 TracedReference<T>& TracedReference<T>::operator=(
369 TracedReference<T>& TracedReference<T>::operator=(const TracedReference& rhs) {