v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::Isolate::AllowJavascriptExecutionScope Class Reference

#include <v8-isolate.h>

Collaboration diagram for v8::Isolate::AllowJavascriptExecutionScope:

Public Member Functions

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

Private Attributes

Isolate *const v8_isolate_
 
bool was_execution_allowed_assert_
 
bool was_execution_allowed_throws_
 
bool was_execution_allowed_dump_
 

Detailed Description

Introduce exception to DisallowJavascriptExecutionScope.

Definition at line 409 of file v8-isolate.h.

Constructor & Destructor Documentation

◆ AllowJavascriptExecutionScope() [1/2]

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

Definition at line 10206 of file api.cc.

◆ ~AllowJavascriptExecutionScope()

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

Definition at line 10216 of file api.cc.

◆ AllowJavascriptExecutionScope() [2/2]

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

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ v8_isolate_

Isolate* const v8::Isolate::AllowJavascriptExecutionScope::v8_isolate_
private

Definition at line 421 of file v8-isolate.h.

◆ was_execution_allowed_assert_

bool v8::Isolate::AllowJavascriptExecutionScope::was_execution_allowed_assert_
private

Definition at line 422 of file v8-isolate.h.

◆ was_execution_allowed_dump_

bool v8::Isolate::AllowJavascriptExecutionScope::was_execution_allowed_dump_
private

Definition at line 424 of file v8-isolate.h.

◆ was_execution_allowed_throws_

bool v8::Isolate::AllowJavascriptExecutionScope::was_execution_allowed_throws_
private

Definition at line 423 of file v8-isolate.h.


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