summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug571168.js
blob: f759dccdd5bd5b0a82738c4b5b34ac4664f96dc6 (plain)
1
2
3
4
5
6
7
8
9
// |jit-test| error:InternalError

// Binary: cache/js-dbg-64-b84d0be52070-linux
// Flags:
//
var x = new Proxy(Function, {});
if (x.__proto__ = x) {
    print(x);
}