@set


Description:

public void @set (Object? object)

Change the object to which this points, or set it to null.

You must own a strong reference on object while calling this function.

Parameters:

this

location for a weak reference

object

a Object or null