JSValueRef
A JavaScript value.
Declaration
typealias JSValueRef = OpaquePointerDiscussion
This is the base type for all JavaScript values, and polymorphic functions on them.
Topics
Testing the Value’s Type
JSValueGetType(_:_:)JSValueIsUndefined(_:_:)JSValueIsNull(_:_:)JSValueIsBoolean(_:_:)JSValueIsNumber(_:_:)JSValueIsString(_:_:)JSValueIsSymbol(_:_:)JSValueIsObject(_:_:)JSValueIsObjectOfClass(_:_:_:)JSValueIsArray(_:_:)JSValueIsDate(_:_:)JSValueGetTypedArrayType(_:_:_:)JSType
Creating Values
JSValueMakeUndefined(_:)JSValueMakeNull(_:)JSValueMakeBoolean(_:_:)JSValueMakeNumber(_:_:)JSValueMakeString(_:_:)JSValueMakeSymbol(_:_:)