[][src]Function node_sys::assert::does_not_throw

#[must_use]
pub fn does_not_throw(
    block: &Function,
    error: Option<&Object>,
    message: Option<&JsString>
) -> Result<(), JsValue>