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