[][src]Function ul_sys::JSValueToBoolean

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

@function @abstract Converts a JavaScript value to boolean and returns the resulting boolean. @param ctx The execution context to use. @param value The JSValue to convert. @result The boolean result of conversion.