blob: 0b8dfc59d4aec2af89fd20abe716cc1a3d5f19f9 [file] [log] [blame]
/* Inheritance of shadowed function properties from Object.prototype. */
delete Function.prototype.toString;
assertEq(Function.prototype.toString, Object.prototype.toString);