![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <isolate.h>
Public Member Functions | |
ExceptionScope (Isolate *isolate) | |
~ExceptionScope () | |
Private Attributes | |
Isolate * | isolate_ |
Handle< Object > | exception_ |
|
inlineexplicit |
|
inline |
Definition at line 224 of file isolate-inl.h.
|
private |