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