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


Public Member Functions | |
| Local< T > | Get (Isolate *isolate) const |
| template<class S > | |
| V8_INLINE BasicTracedReference< S > & | As () const |
| V8_INLINE T * | operator-> () const |
| V8_INLINE T * | operator* () const |
Public Member Functions inherited from TracedReferenceBase | |
| V8_INLINE void | Reset () |
| V8_INLINE Local< Value > | Get (Isolate *isolate) const |
| bool | IsEmptyThreadSafe () const |
Public Member Functions inherited from IndirectHandleBase | |
| V8_INLINE bool | IsEmpty () const |
| V8_INLINE void | Clear () |
Friends | |
| template<typename F > | |
| class | Local |
| class | Object |
| template<typename F > | |
| class | TracedReference |
| template<typename F > | |
| class | BasicTracedReference |
| template<typename F > | |
| class | ReturnValue |
Additional Inherited Members | |
Protected Member Functions inherited from TracedReferenceBase | |
| V8_INLINE | TracedReferenceBase ()=default |
| void | SetSlotThreadSafe (void *new_val) |
| const void * | GetSlotThreadSafe () const |
| V8_EXPORT void | CheckValue () const |
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 |
A traced handle with copy and move semantics. The handle is to be used together as part of GarbageCollected objects (see v8-cppgc.h) or from stack and specifies edges from C++ objects to JavaScript.
The exact semantics are:
Note that the base class cannot be instantiated itself, use |TracedReference| instead.
Definition at line 125 of file v8-traced-handle.h.
Definition at line 133 of file v8-traced-handle.h.
Construct a Local<T> from this handle.
Definition at line 130 of file v8-traced-handle.h.
References Local< T >::New().
|
inline |
Definition at line 147 of file v8-traced-handle.h.
References BasicTracedReference< T >::operator->().
|
inline |
Definition at line 139 of file v8-traced-handle.h.
References TracedReferenceBase::CheckValue().
Referenced by BasicTracedReference< T >::operator*().
Definition at line 166 of file v8-traced-handle.h.
Definition at line 161 of file v8-traced-handle.h.
|
friend |
Definition at line 162 of file v8-traced-handle.h.
Definition at line 168 of file v8-traced-handle.h.
Definition at line 164 of file v8-traced-handle.h.