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

#include <debug-interface.h>

Collaboration diagram for v8::debug::PostponeInterruptsScope:

Public Member Functions

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

Private Attributes

std::unique_ptr< i::PostponeInterruptsScopescope_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ PostponeInterruptsScope()

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

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

◆ ~PostponeInterruptsScope()

v8::debug::PostponeInterruptsScope::~PostponeInterruptsScope ( )
default

Member Data Documentation

◆ scope_

std::unique_ptr<i::PostponeInterruptsScope> v8::debug::PostponeInterruptsScope::scope_
private

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


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