Lines Matching defs:other
208 V8_INLINE TracedReference(TracedReference&& other) noexcept {
210 *this = std::move(other);
218 V8_INLINE TracedReference(TracedReference<S>&& other) noexcept {
220 *this = std::move(other);
227 V8_INLINE TracedReference(const TracedReference& other) {
229 *this = other;
237 V8_INLINE TracedReference(const TracedReference<S>& other) {
239 *this = other;
266 * the contents of other if other is non empty
269 V8_INLINE void Reset(Isolate* isolate, const Local<S>& other);
332 void TracedReference<T>::Reset(Isolate* isolate, const Local<S>& other) {
335 if (other.IsEmpty()) return;
337 this->New(isolate, *other, &this->slot(),