JSValueIsArray top-level property
MacOS 10.11, iOS 9.0
Tests whether a JavaScript value is an array.
ctx The execution context to use.
value The JSValue to test.
@result true if value is an array, otherwise false.
Implementation
final bool Function(JSContextRef ctx, JSValueRef value) JSValueIsArray = jscLib.lookup<NativeFunction<Bool Function(JSContextRef ctx, JSValueRef value)>>('JSValueIsArray').asFunction();