Source code
Revision control
Copy as Markdown
Other Tools
/* Inheritance of shadowed function properties from Object.prototype. */
delete Function.prototype.toString;
assertEq(Function.prototype.toString, Object.prototype.toString);