v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
TraceDescriptor Struct Reference

#include <trace-trait.h>

Collaboration diagram for TraceDescriptor:

Data Fields

const voidbase_object_payload
 
TraceCallback callback
 

Detailed Description

Describes how to trace an object, i.e., how to visit all Oilpan-relevant fields of an object.

Definition at line 43 of file trace-trait.h.

Field Documentation

◆ base_object_payload

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 48 of file trace-trait.h.

◆ callback

TraceCallback callback

Callback for tracing the object.

Definition at line 52 of file trace-trait.h.


The documentation for this struct was generated from the following file: