Source code

Revision control

Copy as Markdown

Other Tools

assertEq(Function.prototype.toString(), "function () {\n [native code]\n}");
if (Function.prototype.toSource) {
assertEq(Function.prototype.toSource(), "function () {\n [native code]\n}");
}