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

#include <debug-interface.h>

Collaboration diagram for v8::debug::DisableBreakScope:

Public Member Functions

 DisableBreakScope (v8::Isolate *isolate)
 
 ~DisableBreakScope ()
 

Private Attributes

std::unique_ptr< i::DisableBreakscope_
 

Detailed Description

Definition at line 588 of file debug-interface.h.

Constructor & Destructor Documentation

◆ DisableBreakScope()

v8::debug::DisableBreakScope::DisableBreakScope ( v8::Isolate * isolate)
explicit

Definition at line 1286 of file debug-interface.cc.

◆ ~DisableBreakScope()

v8::debug::DisableBreakScope::~DisableBreakScope ( )
default

Member Data Documentation

◆ scope_

std::unique_ptr<i::DisableBreak> v8::debug::DisableBreakScope::scope_
private

Definition at line 594 of file debug-interface.h.


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