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

#include <v8toolkit.h>

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

Public Member Functions

 V8AssertionException (v8::Isolate *isolate, v8::Local< v8::Value > value)
 
 V8AssertionException (v8::Isolate *isolate, v8::Global< v8::Value > &&value)
 
 V8AssertionException (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 ()
 

Detailed Description

Definition at line 267 of file v8toolkit.h.

Constructor & Destructor Documentation

v8toolkit::V8AssertionException::V8AssertionException ( v8::Isolate *  isolate,
v8::Local< v8::Value >  value 
)
inline

Definition at line 269 of file v8toolkit.h.

v8toolkit::V8AssertionException::V8AssertionException ( v8::Isolate *  isolate,
v8::Global< v8::Value > &&  value 
)
inline

Definition at line 271 of file v8toolkit.h.

v8toolkit::V8AssertionException::V8AssertionException ( v8::Isolate *  isolate,
std::string  reason 
)
inline

Definition at line 273 of file v8toolkit.h.

Member Function Documentation

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: