JSValueIsDate top-level property

bool Function(JSContextRef ctx, JSValueRef value) JSValueIsDate
final

MacOS 10.11, iOS 9.0 Tests whether a JavaScript value is a date. ctx The execution context to use. value The JSValue to test. @result true if value is a date, otherwise false.

Implementation

final bool Function(JSContextRef ctx, JSValueRef value) JSValueIsDate = jscLib.lookup<NativeFunction<Bool Function(JSContextRef ctx, JSValueRef value)>>('JSValueIsDate').asFunction();