Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<script>
Object.prototype.__defineGetter__("x", Object.prototype.toSource);
window.x;
</script>