v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
|
#include <trace-trait.h>
Data Fields | |
const void * | base_object_payload |
TraceCallback | callback |
Describes how to trace an object, i.e., how to visit all Oilpan-relevant fields of an object.
Definition at line 44 of file trace-trait.h.
const void* base_object_payload |
Adjusted base pointer, i.e., the pointer to the class inheriting directly from GarbageCollected, of the object that is being traced.
Definition at line 49 of file trace-trait.h.
Referenced by Visitor::TraceEphemeron(), and Visitor::TraceEphemeron().
TraceCallback callback |
Callback for tracing the object.
Definition at line 53 of file trace-trait.h.