createSharedFrom

fun createSharedFrom(    kind: A_Type,     hash: Int,     value: A_BasicObject,     oldVariable: AvailObject): AvailObject

Create a sharedvariable. This method should only be used to "upgrade" a variable's representation.

Return

The shared variable.

Parameters

kind
hash

The hash of the variable.

value

The contents of the variable.

oldVariable

The variable being made shared.