[][src]Function ul_sys::JSValueIsDate

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

@function @abstract Tests whether a JavaScript value is a date. @param ctx The execution context to use. @param value The JSValue to test. @result true if value is a date, otherwise false.