![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <interrupts-scope.h>
Public Member Functions | |
| PostponeInterruptsScope (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 } |
Definition at line 60 of file interrupts-scope.h.
|
inlineexplicit |
Definition at line 62 of file interrupts-scope.h.