Function JSValueToBoolean

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