v8  9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
finalizer-trait.h File Reference
#include <type_traits>
#include "cppgc/type-traits.h"
Include dependency graph for finalizer-trait.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  HasFinalizeGarbageCollectedObject< T, typename >
 
struct  HasFinalizeGarbageCollectedObject< T, void_t< decltype(std::declval< T >().FinalizeGarbageCollectedObject())> >
 
struct  FinalizerTraitImpl< T, isFinalized >
 
struct  FinalizerTraitImpl< T, true >
 
struct  FinalizerTraitImpl< T, false >
 
struct  FinalizerTrait< T >
 

Namespaces

 cppgc
 
 cppgc::internal
 

Typedefs

using FinalizationCallback = void(*)(void *)