Function JSValueIsDate

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

Tests whether a JavaScript value is a date.

  • ctx: The execution context to use.
  • value: The JSValueRef to test.

Returns true if value is a date, otherwise false.