Function JS_SetPendingException

Source
pub unsafe extern "C" fn JS_SetPendingException(
    cx: *mut JSContext,
    v: HandleValue,
    behavior: ExceptionStackBehavior,
)