v8  9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
PrefinalizerRegistration< T > Class Template Referencefinal

#include <prefinalizer.h>

Public Member Functions

 PrefinalizerRegistration (T *self)
 
void * operator new (size_t, void *location)=delete
 
void * operator new (size_t)=delete
 

Detailed Description

template<typename T>
class cppgc::internal::PrefinalizerRegistration< T >

Definition at line 17 of file prefinalizer.h.

Constructor & Destructor Documentation

◆ PrefinalizerRegistration()

PrefinalizerRegistration ( T *  self)
inlineexplicit

Member Function Documentation

◆ operator new() [1/2]

void* operator new ( size_t  )
delete

◆ operator new() [2/2]

void* operator new ( size_t  ,
void *  location 
)
delete

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