A generic object class and container.
Returns true of the object this has property property
Checks for the existence of an object property. Object and prototype chains are not checked, therefore the method will only return true if the immediate object this has a a property
Returns a string that represents the object.
Returns a string that represents the object. Identical to Object.toString().
Returns a string that represents the object.
Returns a string that represents the object.
Returns the 'primitive' value of the object.
Returns the 'primitive' value of the object.