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

#include <interrupts-scope.h>

Inheritance diagram for v8::internal::SafeForInterruptsScope:
Collaboration diagram for v8::internal::SafeForInterruptsScope:

Public Member Functions

 SafeForInterruptsScope (Isolate *isolate, uint32_t intercept_mask=StackGuard::ALL_INTERRUPTS)
 
- Public Member Functions inherited from v8::internal::InterruptsScope
V8_EXPORT_PRIVATE InterruptsScope (Isolate *isolate, uint32_t intercept_mask, Mode mode)
 
 ~InterruptsScope ()
 
bool Intercept (StackGuard::InterruptFlag flag)
 

Additional Inherited Members

- Public Types inherited from v8::internal::InterruptsScope
enum  Mode : uint8_t { kPostponeInterrupts , kRunInterrupts , kNoop }
 

Detailed Description

Definition at line 71 of file interrupts-scope.h.

Constructor & Destructor Documentation

◆ SafeForInterruptsScope()

v8::internal::SafeForInterruptsScope::SafeForInterruptsScope ( Isolate * isolate,
uint32_t intercept_mask = StackGuard::ALL_INTERRUPTS )
inlineexplicit

Definition at line 73 of file interrupts-scope.h.


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