summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug745452.js
blob: 38ca2a42fc0176bdf2b059410147e33f2d10ffeb (plain)
1
2
3
4
5
6
7
// Binary: cache/js-dbg-64-55e7efcc1946-linux
// Flags:
//

var o = Object.preventExtensions(new ArrayBuffer);
try { (function () { o.__proto__ = ({ __proto__: o, indexArray: ["abc"] }); })(); } catch(exc) {}
JSON.stringify(this);