Function JSObject.makeDate
Creates a JavaScript Date object, as if by invoking the built-in Date constructor.
Parameters
Name | Description |
---|---|
machine | A Machine . |
arguments | Arguments to pass to the Date constructor. |
Returns
A JSObject
that is a Date.
Throws
JSException
when the JS VM is aborted with the xsUnhandledExceptionExit
status.