Base class for defining a SharedObject type that will never be owned.
Optional
Should be set to a constant specifying the SharedObject type identifier on the prototype of final derived owner classes. It is not used on counterpart (non-owner) classes.
Precondition: this.isOwner === true.
This should be called when the counterpart's refCount is decremented and reaches zero.
Protected
Generated using TypeDoc
Base class for defining a SharedObject type that will never be owned.