v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <trace-trait.h>
Static Public Member Functions | |
static TraceDescriptor | GetTraceDescriptor (const void *self) |
static void | Trace (Visitor *visitor, const void *self) |
Trait specifying how the garbage collector processes an object of type T.
Advanced users may override handling by creating a specialization for their type.
Definition at line 65 of file trace-trait.h.
|
inlinestatic |
Accessor for retrieving a TraceDescriptor to process an object of type T.
self | The object to be processed. |
Definition at line 74 of file trace-trait.h.
|
inlinestatic |
Function invoking the tracing for an object of type T.
visitor | The visitor to dispatch to. |
self | The object to invoke tracing on. |
Definition at line 85 of file trace-trait.h.