Contents

JSValueIsArray(_:_:)

Tests whether a JavaScript value is an array.

Declaration

func JSValueIsArray(_ ctx: JSContextRef!, _ value: JSValueRef!) -> Bool

Parameters

  • ctx:

    The execution context to use.

  • value:

    The Jsvalueref to test.

Return Value

true if value is an array; otherwise, false.

See Also

Testing the Value’s Type