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

#include <v8helpers.h>

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

Public Member Functions

 UndefinedPropertyException (const std::string &message)
 
virtual const char * what () const noexcept override
 

Detailed Description

Definition at line 315 of file v8helpers.h.

Constructor & Destructor Documentation

v8toolkit::UndefinedPropertyException::UndefinedPropertyException ( const std::string &  message)
inline

Definition at line 320 of file v8helpers.h.

Member Function Documentation

virtual const char* v8toolkit::UndefinedPropertyException::what ( ) const
inlineoverridevirtualnoexcept

Definition at line 321 of file v8helpers.h.

References v8toolkit::get_array_length(), v8toolkit::make_set_from_object_keys(), and v8toolkit::print_v8_value_details().

Here is the call graph for this function:


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