js/src/jit-test/tests/auto-regress/bug571168.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:1c5dd7c4f395
1 // |jit-test| error:InternalError
2
3 // Binary: cache/js-dbg-64-b84d0be52070-linux
4 // Flags:
5 //
6 var x = wrap.call(x, Function);
7 if (x.__proto__ = x) {
8 print(x);
9 }

mercurial