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

#include <debug.h>

Collaboration diagram for v8::internal::SuppressDebug:

Public Member Functions

 SuppressDebug (Debug *debug)
 
 ~SuppressDebug ()
 
 SuppressDebug (const SuppressDebug &)=delete
 
SuppressDebugoperator= (const SuppressDebug &)=delete
 

Private Attributes

Debugdebug_
 
bool old_state_
 

Detailed Description

Definition at line 817 of file debug.h.

Constructor & Destructor Documentation

◆ SuppressDebug() [1/2]

v8::internal::SuppressDebug::SuppressDebug ( Debug * debug)
inlineexplicit

Definition at line 819 of file debug.h.

◆ ~SuppressDebug()

v8::internal::SuppressDebug::~SuppressDebug ( )
inline

Definition at line 823 of file debug.h.

◆ SuppressDebug() [2/2]

v8::internal::SuppressDebug::SuppressDebug ( const SuppressDebug & )
delete

Member Function Documentation

◆ operator=()

SuppressDebug & v8::internal::SuppressDebug::operator= ( const SuppressDebug & )
delete

Member Data Documentation

◆ debug_

Debug* v8::internal::SuppressDebug::debug_
private

Definition at line 828 of file debug.h.

◆ old_state_

bool v8::internal::SuppressDebug::old_state_
private

Definition at line 829 of file debug.h.


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