|
Shaka Player Embedded
|
#include <js_error.h>
Public Member Functions | |
| ~JsError () | |
| JsError (JsError &&) | |
| ReturnVal< JsValue > | error () const |
Static Public Member Functions | |
| static std::string | GetJsStack () |
| static JsError | RangeError (const std::string &message) |
| static JsError | ReferenceError (const std::string &message) |
| static JsError | TypeError (const std::string &message) |
| static JsError | SyntaxError (const std::string &message) |
| static JsError | Error (const std::string &message) |
| static JsError | Rethrow (Handle< JsValue > error) |
| static JsError | DOMException (ExceptionCode code) |
| static JsError | DOMException (ExceptionCode code, const std::string &message) |
Contains several static methods that will be used to throw a C++ exception that will be converted to the correct JavaScript error.
Definition at line 30 of file js_error.h.
| shaka::js::JsError::~JsError | ( | ) |
Definition at line 134 of file js_error.cc.
|
default |
|
static |
Definition at line 115 of file js_error.cc.
|
static |
Definition at line 124 of file js_error.cc.
|
static |
Definition at line 97 of file js_error.cc.
|
inline |
Definition at line 52 of file js_error.h.
|
static |
Definition at line 47 of file js_error.cc.
|
static |
Definition at line 65 of file js_error.cc.
|
static |
Definition at line 73 of file js_error.cc.
|
static |
Definition at line 105 of file js_error.cc.
|
static |
Definition at line 89 of file js_error.cc.
|
static |
Definition at line 81 of file js_error.cc.
1.8.13