JS_ThrowDOMException

Function JS_ThrowDOMException 

Source
pub unsafe extern "C" fn JS_ThrowDOMException(
    ctx: *mut JSContext,
    name: *const i8,
    fmt: *const i8,
    ...
) -> JSValue