summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/394810-1.html
blob: a5a5ebf14ef1cc74a5a8fc68104f21e31343bb31 (plain)
1
2
3
4
<script>
Object.prototype.__defineGetter__("x", Object.prototype.toSource);
window.x;
</script>