Function javascriptcore_sys::JSObjectMakeDate [] [src]

pub unsafe extern "C" fn JSObjectMakeDate(
    ctx: JSContextRef,
    argumentCount: usize,
    arguments: *const JSValueRef,
    exception: *mut JSValueRef
) -> JSObjectRef

Creates a JavaScript Date object, as if by invoking the built-in Date constructor.

Returns a JSObject that is a Date.