v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
PrefinalizerRegistration Class Referencefinal

#include <prefinalizer.h>

Public Types

using Callback = bool(*)(const cppgc::LivenessBroker &, void *)
 

Public Member Functions

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

Detailed Description

Definition at line 15 of file prefinalizer.h.

Member Typedef Documentation

◆ Callback

using Callback = bool (*)(const cppgc::LivenessBroker&, void*)

Definition at line 17 of file prefinalizer.h.

Constructor & Destructor Documentation

◆ PrefinalizerRegistration()

PrefinalizerRegistration ( void *  ,
Callback   
)

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: