Lines Matching defs:operator
124 V8_INLINE bool operator==(const PersistentBase<S>& that) const {
133 V8_INLINE bool operator==(const Local<S>& that) const {
142 V8_INLINE bool operator!=(const PersistentBase<S>& that) const {
143 return !operator==(that);
147 V8_INLINE bool operator!=(const Local<S>& that) const {
148 return !operator==(that);
206 void operator=(const PersistentBase&) = delete;
235 * use of the copy constructor or assignment operator.
303 * The copy constructors and assignment operator create a Persistent
315 V8_INLINE Persistent& operator=(const Persistent& that) {
320 V8_INLINE Persistent& operator=(const Persistent<S, M2>& that) {
361 V8_INLINE T* operator*() const { return this->val_; }
412 V8_INLINE Global& operator=(Global<S>&& rhs);
425 void operator=(const Global&) = delete;
430 V8_INLINE T* operator*() const { return this->val_; }
573 Global<T>& Global<T>::operator=(Global<S>&& rhs) {