Method

JavaScriptCoreContextthrow_exception

Declaration [src]

void
jsc_context_throw_exception (
  JSCContext* context,
  JSCException* exception
)

Description [src]

Throw exception to context.

Parameters

exception

Type: JSCException

A JSCException.

The data is owned by the caller of the method.