v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::LocalUnchecked< T > Class Template Reference

#include <v8-local-handle.h>

Inheritance diagram for v8::internal::LocalUnchecked< T >:
Collaboration diagram for v8::internal::LocalUnchecked< T >:

Public Member Functions

 LocalUnchecked ()
 
 LocalUnchecked (const Local< T > &other) noexcept
 
- Public Member Functions inherited from v8::Local< T >
V8_INLINE Local ()=default
 
template<class S >
requires std::is_base_of_v<T, S>
V8_INLINE Local (Local< S > that)
 
V8_INLINE Toperator-> () const
 
V8_INLINE Toperator* () const
 
template<class S >
V8_INLINE bool operator== (const Local< S > &that) const
 
template<class S >
V8_INLINE bool operator== (const PersistentBase< S > &that) const
 
template<class S >
V8_INLINE bool operator!= (const Local< S > &that) const
 
template<class S >
V8_INLINE bool operator!= (const Persistent< S > &that) const
 
template<class S >
V8_INLINE Local< S > As () const
 
- Public Member Functions inherited from v8::api_internal::IndirectHandleBase
V8_INLINE bool IsEmpty () const
 
V8_INLINE void Clear ()
 
- Public Member Functions inherited from v8::api_internal::StackAllocated< false >
V8_INLINE StackAllocated ()=default
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::Local< T >
template<class S >
static V8_INLINE Local< TCast (Local< S > that)
 
static V8_INLINE Local< TNew (Isolate *isolate, Local< T > that)
 
static V8_INLINE Local< TNew (Isolate *isolate, const PersistentBase< T > &that)
 
static V8_INLINE Local< TNew (Isolate *isolate, const BasicTracedReference< T > &that)
 
- Protected Member Functions inherited from v8::LocalBase< T >
V8_INLINE LocalBase ()=default
 
V8_INLINE LocalBase (internal::Address *location)
 
template<typename S >
V8_INLINE LocalBase (const LocalBase< S > &other)
 
- Protected Member Functions inherited from v8::api_internal::IndirectHandleBase
V8_INLINE IndirectHandleBase ()=default
 
V8_INLINE IndirectHandleBase (const IndirectHandleBase &other)=default
 
V8_INLINE IndirectHandleBaseoperator= (const IndirectHandleBase &that)=default
 
V8_INLINE IndirectHandleBase (internal::Address *location)
 
V8_INLINE internal::Address ptr () const
 
V8_INLINE internal::Address *const & slot () const
 
V8_INLINE internal::Address *& slot ()
 
template<typename T , bool check_null = false>
V8_INLINE Tvalue () const
 
V8_INLINE internal::ValueHelper::InternalRepresentationType repr () const
 
- Protected Member Functions inherited from v8::api_internal::StackAllocated< false >
V8_INLINE StackAllocated (no_checking_tag)
 
V8_INLINE StackAllocated (const StackAllocated &other, no_checking_tag)
 
V8_INLINE void VerifyOnStack () const
 
- Static Protected Member Functions inherited from v8::LocalBase< T >
static V8_INLINE LocalBase< TNew (Isolate *isolate, internal::Address value)
 
static V8_INLINE LocalBase< TNew (Isolate *isolate, T *that)
 
static V8_INLINE LocalBase< TFromSlot (internal::Address *slot)
 
static V8_INLINE LocalBase< TFromRepr (internal::ValueHelper::InternalRepresentationType repr)
 
- Static Protected Attributes inherited from v8::api_internal::StackAllocated< false >
static constexpr no_checking_tag do_not_check
 

Detailed Description

template<typename T>
class v8::internal::LocalUnchecked< T >

Definition at line 448 of file v8-local-handle.h.

Constructor & Destructor Documentation

◆ LocalUnchecked() [1/2]

template<typename T >
v8::internal::LocalUnchecked< T >::LocalUnchecked ( )
inline

Definition at line 450 of file v8-local-handle.h.

◆ LocalUnchecked() [2/2]

template<typename T >
v8::internal::LocalUnchecked< T >::LocalUnchecked ( const Local< T > & other)
inlinenoexcept

Definition at line 462 of file v8-local-handle.h.


The documentation for this class was generated from the following file: