init(value:andOwner:)
Creates a managed value and associates it with an owner.
Declaration
init!(value: JSValue!, andOwner owner: Any!)Parameters
- value:
A JavaScript value.
- owner:
The Objective-C or Swift object responsible for
Return Value
A new managed value.
Discussion
Calling this method is equivalent to creating a managed value and then reporting it to the JavaScriptCore virtual machine using the addManagedReference(_:withOwner:) method.