V8 Project
|
#include <isolate.h>
Public Member Functions | |
ExceptionScope (Isolate *isolate) | |
~ExceptionScope () | |
Private Attributes | |
Isolate * | isolate_ |
Handle< Object > | pending_exception_ |
v8::TryCatch * | catcher_ |
|
inlineexplicit |
Definition at line 699 of file isolate.h.
|
inline |
Definition at line 707 of file isolate.h.
References catcher_, isolate_, pending_exception_, and v8::internal::Isolate::set_pending_exception().
|
private |
Definition at line 715 of file isolate.h.
Referenced by ~ExceptionScope().
|
private |
Definition at line 713 of file isolate.h.
Referenced by ~ExceptionScope().
Definition at line 714 of file isolate.h.
Referenced by ~ExceptionScope().