Lines Matching refs:this
2 // Use of this source code is governed by a BSD-style license that can be
187 * If both handles refer to JS objects, this is the same as strict equality.
194 internal::Address* a = reinterpret_cast<internal::Address*>(this->val_);
203 internal::Address* a = reinterpret_cast<internal::Address*>(this->val_);
215 * If both handles refer to JS objects, this is the same as strict
246 * Calling this is equivalent to Local<S>::Cast().
247 * In particular, this is only valid if the handle actually refers to a value
252 return Local<S>::Cast(*this);
356 * Converts this MaybeLocal<> to a Local<>. If this MaybeLocal<> is empty,
361 out->val_ = IsEmpty() ? nullptr : this->val_;
366 * Converts this MaybeLocal<> to a Local<>. If this MaybeLocal<> is empty,
375 * Converts this MaybeLocal<> to a Local<>, using a default value if this