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

#include <sweeper.h>

Collaboration diagram for v8::internal::Sweeper::PauseMajorSweepingScope:

Public Member Functions

 PauseMajorSweepingScope (Sweeper *sweeper)
 
 ~PauseMajorSweepingScope ()
 

Private Attributes

Sweeper *const sweeper_
 
const bool resume_on_exit_
 

Detailed Description

Definition at line 42 of file sweeper.h.

Constructor & Destructor Documentation

◆ PauseMajorSweepingScope()

v8::internal::Sweeper::PauseMajorSweepingScope::PauseMajorSweepingScope ( Sweeper * sweeper)
explicit

Definition at line 1527 of file sweeper.cc.

Here is the call graph for this function:

◆ ~PauseMajorSweepingScope()

v8::internal::Sweeper::PauseMajorSweepingScope::~PauseMajorSweepingScope ( )

Definition at line 1535 of file sweeper.cc.

Member Data Documentation

◆ resume_on_exit_

const bool v8::internal::Sweeper::PauseMajorSweepingScope::resume_on_exit_
private

Definition at line 49 of file sweeper.h.

◆ sweeper_

Sweeper* const v8::internal::Sweeper::PauseMajorSweepingScope::sweeper_
private

Definition at line 48 of file sweeper.h.


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