Function JSValueIsUndefined

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