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

#include <isolate.h>

Collaboration diagram for v8::internal::Isolate::ExceptionScope:

Public Member Functions

 ExceptionScope (Isolate *isolate)
 
 ~ExceptionScope ()
 

Private Attributes

Isolateisolate_
 
Handle< Objectexception_
 

Detailed Description

Definition at line 957 of file isolate.h.

Constructor & Destructor Documentation

◆ ExceptionScope()

v8::internal::Isolate::ExceptionScope::ExceptionScope ( Isolate * isolate)
inlineexplicit

Definition at line 219 of file isolate-inl.h.

Here is the call graph for this function:

◆ ~ExceptionScope()

v8::internal::Isolate::ExceptionScope::~ExceptionScope ( )
inline

Definition at line 224 of file isolate-inl.h.

Member Data Documentation

◆ exception_

Handle<Object> v8::internal::Isolate::ExceptionScope::exception_
private

Definition at line 966 of file isolate.h.

◆ isolate_

Isolate* v8::internal::Isolate::ExceptionScope::isolate_
private

Definition at line 965 of file isolate.h.


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