Function
JavaScriptCoreExceptionHandler
Declaration
void
ExceptionHandler (
JSCContext* context,
JSCException* exception,
gpointer user_data
)
Parameters
context |
JSCContext |
A |
|
The data is owned by the caller of the function. | |
exception |
JSCException |
A |
|
The data is owned by the caller of the function. | |
user_data |
gpointer |
User data. |