isValidObject

isValidObject(obj: Object): Boolean;

The isValidObject method of the Global class is used to establish if the object specified in the obj parameter exists, by returning true.

This method returns false if the specified object has been deleted.