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

#include <v8.h>

Public Member Functions

 SuppressMicrotaskExecutionScope (Isolate *isolate)
 
 ~SuppressMicrotaskExecutionScope ()
 

Detailed Description

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

Definition at line 5310 of file v8.h.

Constructor & Destructor Documentation

◆ SuppressMicrotaskExecutionScope()

SuppressMicrotaskExecutionScope ( Isolate isolate)
explicit

◆ ~SuppressMicrotaskExecutionScope()


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