|
Shaka Player Embedded
|
#include <dom_exception.h>
Public Member Functions | |
| DOMException (ExceptionCode type) | |
| DOMException (optional< std::string > message, ExceptionCode type) | |
Public Member Functions inherited from shaka::BackingObject | |
| BackingObject () | |
| void | Trace (memory::HeapTracer *tracer) const override |
| bool | IsRootedAlive () const override |
| std::string | name () const |
| virtual BackingObjectFactoryBase * | factory () const =0 |
| bool | DerivedFrom (const std::string &base) |
| ReturnVal< JsValue > | JsThis () const |
| void | SetJsThis (Handle< JsObject > this_) |
Public Member Functions inherited from shaka::memory::Traceable | |
| virtual | ~Traceable () |
| virtual bool | IsShortLived () const |
Static Public Member Functions | |
| static DOMException * | Create (optional< std::string > message, optional< std::string > name) |
Static Public Member Functions inherited from shaka::BackingObject | |
| static void * | operator new[] (size_t size)=delete |
| static void | operator delete[] (void *)=delete |
Public Attributes | |
| const std::string | error_name |
| const std::string | message |
| std::string | stack |
| const int | code |
Additional Inherited Members | |
Static Public Attributes inherited from shaka::BackingObject | |
| static constexpr const size_t | kInternalFieldCount = 2 |
Static Public Attributes inherited from shaka::memory::Traceable | |
| static constexpr const uint64_t | kShortLiveDurationMs = 5000 |
Protected Member Functions inherited from shaka::BackingObject | |
| ~BackingObject () override | |
Definition at line 29 of file dom_exception.h.
|
explicit |
Definition at line 149 of file dom_exception.cc.
| shaka::js::dom::DOMException::DOMException | ( | optional< std::string > | message, |
| ExceptionCode | type | ||
| ) |
Definition at line 154 of file dom_exception.cc.
|
inlinestatic |
Definition at line 36 of file dom_exception.h.
| const int shaka::js::dom::DOMException::code |
Definition at line 46 of file dom_exception.h.
| const std::string shaka::js::dom::DOMException::error_name |
Definition at line 42 of file dom_exception.h.
| const std::string shaka::js::dom::DOMException::message |
Definition at line 43 of file dom_exception.h.
| std::string shaka::js::dom::DOMException::stack |
Definition at line 44 of file dom_exception.h.
1.8.13