Next: Object-error raising, Previous: Object-debugging, Up: Object [Index]
Add anObject to the set of the receiver’s dependents. Important: if an object has dependents, it won’t be garbage collected.
Answer a collection of the receiver’s dependents.
Remove all of the receiver’s dependents from the set and allow the receiver to be garbage collected.
Remove anObject to the set of the receiver’s dependents. No problem if anObject is not in the set of the receiver’s dependents.