create Shared From
fun createSharedFrom( kind: A_Type, hash: Int, value: A_BasicObject, oldVariable: AvailObject): AvailObject
Content copied to clipboard
Create a sharedvariable. This method should only be used to "upgrade" a variable's representation.
Return
The shared variable.
Parameters
kind
The variable type.
hash
The hash of the variable.
value
The contents of the variable.
old Variable
The variable being made shared.