v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
|
#include <v8-local-handle.h>
Public Member Functions | |
LocalUnchecked () | |
LocalUnchecked (const Local< T > &other) | |
Public Member Functions inherited from Local< T > | |
V8_INLINE | Local ()=default |
template<class S > | |
V8_INLINE | Local (Local< S > that) |
V8_INLINE T * | operator-> () const |
V8_INLINE T * | operator* () 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 IndirectHandleBase | |
V8_INLINE bool | IsEmpty () const |
V8_INLINE void | Clear () |
Public Member Functions inherited from StackAllocated< false > | |
V8_INLINE | StackAllocated ()=default |
Additional Inherited Members | |
Static Public Member Functions inherited from Local< T > | |
template<class S > | |
static V8_INLINE Local< T > | Cast (Local< S > that) |
static V8_INLINE Local< T > | New (Isolate *isolate, Local< T > that) |
static V8_INLINE Local< T > | New (Isolate *isolate, const PersistentBase< T > &that) |
static V8_INLINE Local< T > | New (Isolate *isolate, const BasicTracedReference< T > &that) |
Protected Member Functions inherited from 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 IndirectHandleBase | |
V8_INLINE | IndirectHandleBase ()=default |
V8_INLINE | IndirectHandleBase (const IndirectHandleBase &other)=default |
V8_INLINE IndirectHandleBase & | operator= (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 T * | value () const |
Protected Member Functions inherited from 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 LocalBase< T > | |
static V8_INLINE LocalBase< T > | New (Isolate *isolate, internal::Address value) |
static V8_INLINE LocalBase< T > | New (Isolate *isolate, T *that) |
static V8_INLINE LocalBase< T > | FromSlot (internal::Address *slot) |
Static Protected Attributes inherited from StackAllocated< false > | |
static constexpr no_checking_tag | do_not_check |
Definition at line 435 of file v8-local-handle.h.
|
inline |
Definition at line 437 of file v8-local-handle.h.
|
inline |
Definition at line 448 of file v8-local-handle.h.