![]() |
v8 14.1.146 (node 25.0.0)
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 |
Public Member Functions inherited from TracedReferenceBase | |
| V8_INLINE void | Reset () |
| V8_INLINE Local< Data > | 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 (internal::Address *new_val) |
| const internal::Address * | 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 |
| V8_INLINE internal::ValueHelper::InternalRepresentationType | repr () 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 124 of file v8-traced-handle.h.
Definition at line 132 of file v8-traced-handle.h.
References BasicTracedReference< T >::BasicTracedReference.
Construct a Local<T> from this handle.
Definition at line 129 of file v8-traced-handle.h.
References LocalBase< T >::Local.
Definition at line 154 of file v8-traced-handle.h.
Referenced by BasicTracedReference< T >::As(), TracedReference< T >::TracedReference(), and TracedReference< T >::TracedReference().
Definition at line 149 of file v8-traced-handle.h.
|
friend |
Definition at line 150 of file v8-traced-handle.h.
Definition at line 156 of file v8-traced-handle.h.
Definition at line 152 of file v8-traced-handle.h.
Referenced by TracedReference< T >::As(), and TraceTrait< v8::TracedReference< T > >::Trace().