v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
cppgc::internal::MarkerBase::PauseConcurrentMarkingScope Class Referencefinal

#include <marker.h>

Collaboration diagram for cppgc::internal::MarkerBase::PauseConcurrentMarkingScope:

Public Member Functions

 PauseConcurrentMarkingScope (MarkerBase &)
 
 ~PauseConcurrentMarkingScope ()
 

Private Attributes

MarkerBasemarker_
 
const bool resume_on_exit_
 

Detailed Description

Definition at line 55 of file marker.h.

Constructor & Destructor Documentation

◆ PauseConcurrentMarkingScope()

cppgc::internal::MarkerBase::PauseConcurrentMarkingScope::PauseConcurrentMarkingScope ( MarkerBase & marker)
explicit

Definition at line 781 of file marker.cc.

◆ ~PauseConcurrentMarkingScope()

cppgc::internal::MarkerBase::PauseConcurrentMarkingScope::~PauseConcurrentMarkingScope ( )

Definition at line 785 of file marker.cc.

Member Data Documentation

◆ marker_

MarkerBase& cppgc::internal::MarkerBase::PauseConcurrentMarkingScope::marker_
private

Definition at line 61 of file marker.h.

◆ resume_on_exit_

const bool cppgc::internal::MarkerBase::PauseConcurrentMarkingScope::resume_on_exit_
private

Definition at line 62 of file marker.h.


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