v8  8.4.371 (node 14.15.5)
V8 is Google's open source JavaScript engine
MakeGarbageCollectedTraitInternal Class Reference

#include <allocation.h>

Inheritance diagram for MakeGarbageCollectedTraitInternal:

Static Protected Member Functions

static void MarkObjectAsFullyConstructed (const void *payload)
 
static void * Allocate (cppgc::Heap *heap, size_t size, GCInfoIndex index)
 
static void * Allocate (cppgc::Heap *heapx, size_t size, GCInfoIndex index, CustomSpaceIndex space_inde)
 

Friends

class HeapObjectHeader
 

Detailed Description

Definition at line 25 of file allocation.h.

Member Function Documentation

◆ Allocate() [1/2]

static void* Allocate ( cppgc::Heap heap,
size_t  size,
GCInfoIndex  index 
)
staticprotected

◆ Allocate() [2/2]

static void* Allocate ( cppgc::Heap heapx,
size_t  size,
GCInfoIndex  index,
CustomSpaceIndex  space_inde 
)
staticprotected

◆ MarkObjectAsFullyConstructed()

static void MarkObjectAsFullyConstructed ( const void *  payload)
inlinestaticprotected

Friends And Related Function Documentation

◆ HeapObjectHeader

friend class HeapObjectHeader
friend

Definition at line 43 of file allocation.h.


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