v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <v8toolkit.h>
Public Member Functions | |
V8CompilationException (v8::Isolate *isolate, v8::Global< v8::Value > &&value) | |
V8CompilationException (v8::Isolate *isolate, v8::Local< v8::Value > value) | |
V8CompilationException (v8::Isolate *isolate, std::string reason) | |
virtual const char * | what () const noexcept override |
v8::Local< v8::Value > | get_local_value () |
v8::Isolate * | get_isolate () |
v8::Global< v8::Value > | get_value () |
Same as a V8 exception, except if this type is thrown it indicates the exception was generated during compilation, not at runtime.
Definition at line 300 of file v8toolkit.h.
|
inline |
Definition at line 302 of file v8toolkit.h.
|
inline |
Definition at line 304 of file v8toolkit.h.
|
inline |
Definition at line 306 of file v8toolkit.h.
|
inlineoverridevirtualnoexceptinherited |
Definition at line 258 of file v8toolkit.h.
|
inlineinherited |
Definition at line 261 of file v8toolkit.h.
|
inlineinherited |
Definition at line 262 of file v8toolkit.h.
|
inlineinherited |
Definition at line 263 of file v8toolkit.h.