v8  8.4.371 (node 14.15.5)
V8 is Google's open source JavaScript engine
Heap::HeapOptions Struct Reference

#include <heap.h>

Static Public Member Functions

static HeapOptions Default ()
 

Data Fields

std::vector< std::unique_ptr< CustomSpaceBase > > custom_spaces
 

Detailed Description

Definition at line 27 of file heap.h.

Member Function Documentation

◆ Default()

static HeapOptions Default ( )
inlinestatic

Definition at line 28 of file heap.h.

Field Documentation

◆ custom_spaces

std::vector<std::unique_ptr<CustomSpaceBase> > custom_spaces

Custom spaces added to heap are required to have indices forming a numbered sequence starting at 0, i.e., their kSpaceIndex must correspond to the index they reside in the vector.

Definition at line 35 of file heap.h.


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