JSValueMakeBoolean

Function JSValueMakeBoolean 

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