V8  latest master commit
V8 is Google's open source JavaScript engine
v8::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 8268 of file v8.h.

Constructor & Destructor Documentation

◆ AllowJavascriptExecutionScope() [1/2]

v8::Isolate::AllowJavascriptExecutionScope::AllowJavascriptExecutionScope ( Isolate isolate)
explicit

◆ ~AllowJavascriptExecutionScope()

v8::Isolate::AllowJavascriptExecutionScope::~AllowJavascriptExecutionScope ( )

◆ AllowJavascriptExecutionScope() [2/2]

v8::Isolate::AllowJavascriptExecutionScope::AllowJavascriptExecutionScope ( const AllowJavascriptExecutionScope )
delete

Member Function Documentation

◆ operator=()

AllowJavascriptExecutionScope& v8::Isolate::AllowJavascriptExecutionScope::operator= ( const AllowJavascriptExecutionScope )
delete

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