Expand description
utils for getting and reporting exceptions
Functions§
- error_
to_ ⚠js_ error - convert an instance of Error to JsError
- get_
exception ⚠ - Get the last exception from the runtime, and if present, convert it to an JsError.
- get_
stack - is_
error ⚠ - See if a JSValueRef is an Error object
- is_
error_ q - See if a JSValueRef is an Error object
- new_
error ⚠ - Create a new Error object
- throw⚠
- Throw an error and get an Exception JSValue to return from native methods