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