Lines Matching defs:that
2 // Use of this source code is governed by a BSD-style license that can be
29 bool HandleBase::is_identical_to(const HandleBase that) const {
31 (that.location_ == nullptr || that.IsDereferenceAllowed()));
32 if (this->location_ == that.location_) return true;
33 if (this->location_ == nullptr || that.location_ == nullptr) return false;
34 return Object(*this->location_) == Object(*that.location_);
45 const Handle<T> Handle<T>::cast(Handle<S> that) {
46 T::cast(*FullObjectSlot(that.location()));
47 return Handle<T>(that.location_);
154 // Reinitialize the current scope (so that it's ready