![]()
Clears the registry of undisposed objects but doesn't dispose of them.
|
code » | ||
![]()
Calls
dispose on the argument if it supports it. If obj is not an
object with a dispose() method, this is a no-op.
Arguments:
|
code » | ||
![]()
Calls
dispose on each member of the list that supports it. (If the
member is an ArrayLike, then goog.disposeAll() will be called
recursively on each of its members.) If the member is not an object with a
dispose() method, then it is ignored.
Arguments:
|
code » | ||
No description.
|
code » | ||
Returns True if we can verify the object is disposed.
Calls
isDisposed on the argument if it supports it. If obj
is not an object with an isDisposed() method, return false.
Arguments:
Returns: boolean
True if we can verify the object is disposed.
|
code » |