v8  7.0.276 (node 11.14.0)
V8 is Google's open source JavaScript engine
Isolate::SuppressMicrotaskExecutionScope Class Reference

#include <v8.h>

Public Member Functions

 SuppressMicrotaskExecutionScope (Isolate *isolate)
 
 ~SuppressMicrotaskExecutionScope ()
 
 SuppressMicrotaskExecutionScope (const SuppressMicrotaskExecutionScope &)=delete
 
SuppressMicrotaskExecutionScopeoperator= (const SuppressMicrotaskExecutionScope &)=delete
 

Detailed Description

Do not run microtasks while this scope is active, even if microtasks are automatically executed otherwise.

Definition at line 7338 of file v8.h.

Constructor & Destructor Documentation

◆ SuppressMicrotaskExecutionScope() [1/2]

SuppressMicrotaskExecutionScope ( Isolate *  isolate)
explicit

◆ ~SuppressMicrotaskExecutionScope()

◆ SuppressMicrotaskExecutionScope() [2/2]

Member Function Documentation

◆ operator=()


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