![]() |
v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
|
#include <v8-local-handle.h>


Protected Member Functions | |
| 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 |
| V8_INLINE internal::ValueHelper::InternalRepresentationType | repr () const |
Static Protected Member Functions | |
| 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 V8_INLINE LocalBase< T > | FromRepr (internal::ValueHelper::InternalRepresentationType repr) |
Friends | |
| template<class F > | |
| class | Local |
Additional Inherited Members | |
Public Member Functions inherited from IndirectHandleBase | |
| V8_INLINE bool | IsEmpty () const |
| V8_INLINE void | Clear () |
A base class for local handles. Its implementation depends on whether direct handle support is enabled. When it is, a local handle contains a direct pointer to the referenced object, otherwise it contains an indirect pointer.
Definition at line 291 of file v8-local-handle.h.
|
inlineexplicitprotected |
Definition at line 298 of file v8-local-handle.h.
|
inlineprotected |
Definition at line 306 of file v8-local-handle.h.
|
inlinestaticprotected |
Definition at line 322 of file v8-local-handle.h.
References HandleScope::LocalBase.
|
inlinestaticprotected |
Definition at line 318 of file v8-local-handle.h.
References HandleScope::LocalBase.
|
inlinestaticprotected |
Definition at line 308 of file v8-local-handle.h.
References HandleScope::CreateHandle(), and HandleScope::LocalBase.
|
inlinestaticprotected |
Definition at line 312 of file v8-local-handle.h.
References HandleScope::LocalBase.
Definition at line 294 of file v8-local-handle.h.
Referenced by Local< T >::As(), Local< T >::Cast(), EscapableHandleScope::Escape(), EscapableHandleScope::EscapeMaybe(), PersistentValueMapBase< K, V, Traits >::Get(), PersistentBase< T >::Get(), BasicTracedReference< T >::Get(), Context::GetDataFromSnapshotOnce(), Isolate::GetDataFromSnapshotOnce(), Local< T >::Local(), LocalUnchecked< T >::LocalUnchecked(), LocalUnchecked< T >::LocalUnchecked(), Local< T >::New(), Local< T >::New(), Local< T >::New(), PersistentValueMapBase< K, V, Traits >::PersistentValueReference::NewLocal(), Local< T >::operator!=(), Local< T >::operator!=(), Local< T >::operator*(), Local< T >::operator->(), Local< T >::operator==(), Local< T >::operator==(), PersistentValueMap< K, V, Traits >::SetUnique(), and GlobalValueMap< K, V, Traits >::SetUnique().