ObjectIsDate

Function ObjectIsDate 

Source
pub unsafe fn ObjectIsDate(
    cx: &mut JSContext,
    obj: Handle<'_, *mut JSObject>,
    isDate: *mut bool,
) -> bool