Lines Matching defs:that
2 // Use of this source code is governed by a BSD-style license that can be
126 * Note that the base class cannot be instantiated itself, use |TracedReference|
161 Isolate* isolate, T* that, internal::Address** slot,
176 * A traced handle without destructor that clears the handle. The embedder needs
177 * to ensure that the handle is not accessed once the V8 object has been
197 TracedReference(Isolate* isolate, Local<S> that) : BasicTracedReference<T>() {
199 this->New(isolate, *that, &this->slot(),
281 Isolate* isolate, T* that, internal::Address** slot,
283 if (internal::ValueHelper::IsEmpty(that)) return nullptr;
286 internal::ValueHelper::ValueAsAddress(that),