v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
This is the complete list of members for v8toolkit::V8Exception, including all inherited members.
get_isolate() | v8toolkit::V8Exception | inline |
get_local_value() | v8toolkit::V8Exception | inline |
get_value() | v8toolkit::V8Exception | inline |
V8Exception(v8::Isolate *isolate, v8::Global< v8::Value > &&value) | v8toolkit::V8Exception | inline |
V8Exception(v8::Isolate *isolate, v8::Local< v8::Value > value) | v8toolkit::V8Exception | inline |
V8Exception(v8::Isolate *isolate, std::string reason) | v8toolkit::V8Exception | inline |
what() const noexcept override | v8toolkit::V8Exception | inlinevirtual |