Method

JavaScriptCoreExceptionget_name

Declaration [src]

const char*
jsc_exception_get_name (
  JSCException* exception
)

Description [src]

Get the error name of exception.

Return value

Type: const char*

The exception error name.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.