Function JSValueMakeNull

Source
pub unsafe extern "C-unwind" fn JSValueMakeNull(
    ctx: JSContextRef,
) -> JSValueRef
👎Deprecated: renamed to JSValue::new_null
Available on crate features JSValueRef and JSBase only.