michael@0: michael@0: /* Inheritance of shadowed function properties from Object.prototype. */ michael@0: michael@0: delete Function.prototype.toString; michael@0: assertEq(Function.prototype.toString, Object.prototype.toString);