v8 10.2.154 (node 18.16.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
trace-trait.h File Reference
#include <type_traits>
#include "cppgc/type-traits.h"
#include "v8config.h"
Include dependency graph for trace-trait.h:
This graph shows which files directly or indirectly include this file:

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 TraceCallback = void(*)(Visitor *visitor, const void *object)