v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
v8toolkit::V8Exception Member List

This is the complete list of members for v8toolkit::V8Exception, including all inherited members.

get_isolate()v8toolkit::V8Exceptioninline
get_local_value()v8toolkit::V8Exceptioninline
get_value()v8toolkit::V8Exceptioninline
V8Exception(v8::Isolate *isolate, v8::Global< v8::Value > &&value)v8toolkit::V8Exceptioninline
V8Exception(v8::Isolate *isolate, v8::Local< v8::Value > value)v8toolkit::V8Exceptioninline
V8Exception(v8::Isolate *isolate, std::string reason)v8toolkit::V8Exceptioninline
what() const noexcept overridev8toolkit::V8Exceptioninlinevirtual