JSValueIsDate(_:_:)
Tests whether a JavaScript value is a date.
Declaration
func JSValueIsDate(_ ctx: JSContextRef!, _ value: JSValueRef!) -> BoolParameters
- ctx:
The execution context to use.
- value:
The Jsvalueref to test.
Tests whether a JavaScript value is a date.
func JSValueIsDate(_ ctx: JSContextRef!, _ value: JSValueRef!) -> BoolThe execution context to use.
The Jsvalueref to test.