Function
JavaScriptCoreExceptionHandler
unstable since: 4.0
Declaration
void
(* JSCExceptionHandler) (
  JSCContext* context,
  JSCException* exception,
  gpointer user_data
)
Description [src]
Function used to handle JavaScript exceptions in a JSCContext.
Available since: 4.0
Parameters
- context
- 
            Type: JSCContextA JSCContext.The data is owned by the caller of the function. 
- exception
- 
            Type: JSCExceptionA JSCException.The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerUser data. The argument can be NULL.The data is owned by the caller of the function.