pub unsafe extern "C-unwind" fn JSValueIsDate(
ctx: JSContextRef,
value: JSValueRef,
) -> bool
👎Deprecated: renamed to
JSValue::is_date
Available on crate features
JSValueRef
and JSBase
only.