Skip to main content

JSValueIsBoolean

Function JSValueIsBoolean 

Source
pub unsafe extern "C-unwind" fn JSValueIsBoolean(
    ctx: JSContextRef,
    value: JSValueRef,
) -> bool
👎Deprecated:

renamed to JSValue::is_boolean

Available on crate features JSBase and JSValueRef only.