Lines Matching defs:const
103 V8_INLINE Isolate* GetIsolate() const {
107 HandleScope(const HandleScope&) = delete;
108 void operator=(const HandleScope&) = delete;
162 V8_INLINE LocalBase(const LocalBase<S>& other) : DirectHandleBase(other) {}
192 V8_INLINE LocalBase(const LocalBase<S>& other) : IndirectHandleBase(other) {}
256 V8_INLINE T* operator->() const { return this->template value<T>(); }
258 V8_INLINE T* operator*() const { return this->operator->(); }
272 V8_INLINE bool operator==(const Local<S>& that) const {
277 V8_INLINE bool operator==(const PersistentBase<S>& that) const {
282 V8_INLINE bool operator!=(const Local<S>& that) const {
287 V8_INLINE bool operator!=(const Persistent<S>& that) const {
313 V8_INLINE Local<S> As() const {
327 const PersistentBase<T>& that) {
332 const BasicTracedReference<T>& that) {
378 V8_INLINE explicit Local<T>(const LocalBase<T>& other)
395 V8_INLINE Local<S> UnsafeAs() const {
423 V8_INLINE bool IsEmpty() const { return local_.IsEmpty(); }
430 V8_WARN_UNUSED_RESULT V8_INLINE bool ToLocal(Local<S>* out) const {
449 V8_INLINE Local<S> FromMaybe(Local<S> default_value) const {
484 EscapableHandleScope(const EscapableHandleScope&) = delete;
485 void operator=(const EscapableHandleScope&) = delete;
509 SealHandleScope(const SealHandleScope&) = delete;
510 void operator=(const SealHandleScope&) = delete;
520 internal::Isolate* const i_isolate_;