Function
JavaScriptCoreExceptionHandler
Declaration
void
(* JSCExceptionHandler) (
JSCContext* context,
JSCException* exception,
gpointer user_data
)
Parameters
context
-
Type:
JSCContext
A
JSCContext
.The data is owned by the caller of the function. exception
-
Type:
JSCException
A
JSCException
.The data is owned by the caller of the function. user_data
-
Type:
gpointer
User data.
The argument can be NULL
.The data is owned by the caller of the function.