Method
JavaScriptCoreContextthrow
Declaration [src]
void
jsc_context_throw (
JSCContext* context,
const char* error_message
)
Description [src]
Throw an exception to context
using the given error message. The created JSCException
can be retrieved with jsc_context_get_exception().