Context.throw_
void throw_(string errorMessage) nothrowThrow an exception to context using the given error message. The created #JSCException can be retrieved with javascriptcore.context.Context.getException.
Parameters
errorMessage | an error message |