![]() |
v8 10.2.154 (node 18.16.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 |
| T * | operator-> () const |
| T * | operator* () const |
Public Member Functions inherited from TracedReferenceBase | |
| bool | IsEmpty () const |
| V8_INLINE void | Reset () |
| V8_INLINE v8::Local< v8::Value > | Get (v8::Isolate *isolate) const |
| bool | IsEmptyThreadSafe () const |
| V8_INLINE void | SetWrapperClassId (uint16_t class_id) |
| V8_INLINE uint16_t | WrapperClassId () const |
Friends | |
| class | EmbedderHeapTracer |
| 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 | |
| void | SetSlotThreadSafe (void *new_val) |
| const void * | GetSlotThreadSafe () const |
| V8_EXPORT void | CheckValue () const |
Protected Attributes inherited from TracedReferenceBase | |
| internal::Address * | val_ = nullptr |
A traced handle with copy and move semantics. The handle is to be used together with |v8EmbedderHeapTracer| or as part of GarbageCollected objects (see v8-cppgc.h) 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 133 of file v8-traced-handle.h.
Definition at line 141 of file v8-traced-handle.h.
Construct a Local<T> from this handle.
Definition at line 138 of file v8-traced-handle.h.
References Local< T >::New().
|
inline |
Definition at line 152 of file v8-traced-handle.h.
References TracedReferenceBase::CheckValue(), and TracedReferenceBase::val_.
|
inline |
Definition at line 146 of file v8-traced-handle.h.
References TracedReferenceBase::CheckValue(), and TracedReferenceBase::val_.
Definition at line 176 of file v8-traced-handle.h.
|
friend |
Definition at line 169 of file v8-traced-handle.h.
Definition at line 171 of file v8-traced-handle.h.
|
friend |
Definition at line 172 of file v8-traced-handle.h.
Definition at line 178 of file v8-traced-handle.h.
Definition at line 174 of file v8-traced-handle.h.