Skip to main content

JSValueIsDate

Function JSValueIsDate 

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

renamed to JSValue::is_date

Available on crate features JSBase and JSValueRef only.