Documentation Archive Developer
Search

JavaScriptCore Changes for Swift

JavaScriptCore

Modified JSContext
Protocols
FromAnyObject
To--

Protocols
FromAnyObject
To--

DeclarationProtocols
From
struct JSType : RawRepresentable {
    init(_ rawValue: UInt32)
    init(rawValue rawValue: UInt32)
    var rawValue: UInt32
}
RawRepresentable
To
struct JSType : RawRepresentable, Equatable {
    init(_ rawValue: UInt32)
    init(rawValue rawValue: UInt32)
    var rawValue: UInt32
}
Equatable, RawRepresentable

Modified JSValue
Protocols
FromAnyObject
To--

Protocols
FromAnyObject
To--