v8 13.6.233 (node 24.1.0)
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()

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: