v8  9.4.146 (node 16.13.0)
V8 is Google's open source JavaScript engine
Isolate::AllowJavascriptExecutionScope Class Reference

#include <v8.h>

Public Member Functions

 AllowJavascriptExecutionScope (Isolate *isolate)
 
 ~AllowJavascriptExecutionScope ()
 
 AllowJavascriptExecutionScope (const AllowJavascriptExecutionScope &)=delete
 
AllowJavascriptExecutionScopeoperator= (const AllowJavascriptExecutionScope &)=delete
 

Detailed Description

Introduce exception to DisallowJavascriptExecutionScope.

Definition at line 8432 of file v8.h.

Constructor & Destructor Documentation

◆ AllowJavascriptExecutionScope() [1/2]

AllowJavascriptExecutionScope ( Isolate isolate)
explicit

◆ ~AllowJavascriptExecutionScope()

◆ AllowJavascriptExecutionScope() [2/2]

Member Function Documentation

◆ operator=()


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