Lines Matching defs:that
2 // Use of this source code is governed by a BSD-style license that can be
129 * Note that the base class cannot be instantiated itself, use |TracedReference|
166 Isolate* isolate, T* that, void* slot,
182 * A traced handle without destructor that clears the handle. The embedder needs
183 * to ensure that the handle is not accessed once the V8 object has been
209 TracedReference(Isolate* isolate, Local<S> that) : BasicTracedReference<T>() {
210 this->val_ = this->New(isolate, that.val_, &this->val_,
292 Isolate* isolate, T* that, void* slot,
294 if (that == nullptr) return nullptr;
295 internal::Address* p = reinterpret_cast<internal::Address*>(that);