JSValueIsString(_:_:)
Tests whether a JavaScript value’s type is the string type.
Declaration
func JSValueIsString(_ ctx: JSContextRef!, _ value: JSValueRef!) -> BoolParameters
- ctx:
The execution context to use.
- value:
The Jsvalueref to test.
Return Value
true if the type of value is the string type; otherwise, false.