v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
v8toolkit::V8ExecutionException Class Reference

#include <v8toolkit.h>

Inheritance diagram for v8toolkit::V8ExecutionException:
Inheritance graph
[legend]
Collaboration diagram for v8toolkit::V8ExecutionException:
Collaboration graph
[legend]

Public Member Functions

 V8ExecutionException (v8::Isolate *isolate, v8::TryCatch &tc)
 
const std::string & get_stacktrace ()
 
virtual const char * what () const noexcept override
 
v8::Local< v8::Value > get_local_value ()
 
v8::Isolate * get_isolate ()
 
v8::Global< v8::Value > get_value ()
 

Detailed Description

Definition at line 276 of file v8toolkit.h.

Constructor & Destructor Documentation

v8toolkit::V8ExecutionException::V8ExecutionException ( v8::Isolate *  isolate,
v8::TryCatch &  tc 
)
inline

Definition at line 280 of file v8toolkit.h.

Member Function Documentation

const std::string& v8toolkit::V8ExecutionException::get_stacktrace ( )
inline

Definition at line 289 of file v8toolkit.h.

virtual const char* v8toolkit::V8Exception::what ( ) const
inlineoverridevirtualnoexceptinherited

Definition at line 258 of file v8toolkit.h.

v8::Local<v8::Value> v8toolkit::V8Exception::get_local_value ( )
inlineinherited

Definition at line 261 of file v8toolkit.h.

v8::Isolate* v8toolkit::V8Exception::get_isolate ( )
inlineinherited

Definition at line 262 of file v8toolkit.h.

v8::Global<v8::Value> v8toolkit::V8Exception::get_value ( )
inlineinherited

Definition at line 263 of file v8toolkit.h.


The documentation for this class was generated from the following file: