Method

WPEJavaScriptCoreContextthrow_exception

Declaration [src]

void
jsc_context_throw_exception (
  JSCContext* context,
  JSCException* exception
)

Description [src]

Throw exception to context.

Parameters

exception JSCException
 

A JSCException.

 The data is owned by the caller of the function.