v8  8.6.395 (node 15.0.1)
V8 is Google's open source JavaScript engine
CagedHeapLocalData Struct Referencefinal

#include <caged-heap-local-data.h>

Public Member Functions

 CagedHeapLocalData (HeapBase *heap_base)
 

Data Fields

bool is_marking_in_progress = false
 
HeapBase * heap_base = nullptr
 

Detailed Description

Definition at line 54 of file caged-heap-local-data.h.

Constructor & Destructor Documentation

◆ CagedHeapLocalData()

CagedHeapLocalData ( HeapBase *  heap_base)
inlineexplicit

Definition at line 55 of file caged-heap-local-data.h.

References CagedHeapLocalData::heap_base.

Field Documentation

◆ heap_base

HeapBase* heap_base = nullptr

Definition at line 58 of file caged-heap-local-data.h.

Referenced by CagedHeapLocalData::CagedHeapLocalData().

◆ is_marking_in_progress

bool is_marking_in_progress = false

Definition at line 57 of file caged-heap-local-data.h.


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