JavaScriptCore Changes for Swift
JavaScriptCore
Modified JSContext
| Protocols | |
|---|---|
| From | AnyObject |
| To | -- |
Modified JSManagedValue
| Protocols | |
|---|---|
| From | AnyObject |
| To | -- |
Modified JSType [struct]
| Declaration | Protocols | |
|---|---|---|
| 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 | |
|---|---|
| From | AnyObject |
| To | -- |
Modified JSVirtualMachine
| Protocols | |
|---|---|
| From | AnyObject |
| To | -- |