v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Data Structures | |
struct | TraceDescriptor |
struct | TraceTraitFromInnerAddressImpl |
struct | TraceTraitBase< T > |
struct | TraceTrait< T > |
struct | TraceTraitImpl< T, false > |
struct | TraceTraitImpl< T, true > |
Namespaces | |
namespace | cppgc |
namespace | cppgc::internal |
Typedefs | |
using | TraceRootCallback = void(*)(RootVisitor &, const void *object) |
using | TraceCallback = void(*)(Visitor *visitor, const void *object) |
using | TraceDescriptorCallback = TraceDescriptor(*)(const void *address) |