comparison: js/src/jit-test/tests/auto-regress/bug571168.js
js/src/jit-test/tests/auto-regress/bug571168.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
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 } |