v8  9.4.146 (node 16.15.0)
V8 is Google's open source JavaScript engine
CppHeapCreateParams Struct Reference

#include <v8-cppgc.h>

Collaboration diagram for CppHeapCreateParams:

Public Member Functions

 CppHeapCreateParams (const CppHeapCreateParams &)=delete
 
CppHeapCreateParamsoperator= (const CppHeapCreateParams &)=delete
 

Data Fields

std::vector< std::unique_ptr< cppgc::CustomSpaceBase > > custom_spaces
 
WrapperDescriptor wrapper_descriptor
 

Detailed Description

Definition at line 77 of file v8-cppgc.h.

Constructor & Destructor Documentation

◆ CppHeapCreateParams()

Member Function Documentation

◆ operator=()

CppHeapCreateParams& operator= ( const CppHeapCreateParams )
delete

Field Documentation

◆ custom_spaces

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

Definition at line 81 of file v8-cppgc.h.

◆ wrapper_descriptor

WrapperDescriptor wrapper_descriptor

Definition at line 82 of file v8-cppgc.h.


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