v8  8.4.371 (node 14.15.5)
V8 is Google's open source JavaScript engine
trace-trait.h File Reference
#include <type_traits>
#include "cppgc/type-traits.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  TraceTrait< T >
 
struct  TraceTraitImpl< T, false >
 
struct  TraceTraitImpl< T, true >
 

Namespaces

 cppgc
 
 cppgc::internal
 

Typedefs

using TraceCallback = void(*)(Visitor *, const void *)