Function javascriptcore_sys::JSValueIsBoolean [] [src]

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

Tests whether a JavaScript value's type is the boolean type.

Returns true if value's type is the boolean type, otherwise false.