Exception
class Exception(val jscExceptionPointer: <Error class: unknown class><<Error class: unknown class>>)
JSCException represents a JavaScript exception.
Skipped during bindings generation
constructor
new_printf
: Varargs parameter is not supportedparameter
args
: va_list type is not supportedconstructor
new_with_name_printf
: Varargs parameter is not supportedparameter
args
: va_list type is not supported
Constructors
Functions
Link copied to clipboard
Get a string with the exception backtrace.
Link copied to clipboard
Get the column number at which @exception happened.
Link copied to clipboard
Get the line number at which @exception happened.
Link copied to clipboard
Get the error message of @exception.
Link copied to clipboard
Get the source URI of @exception.