comparison: js/src/jit-test/tests/jaeger/bug583158.js
js/src/jit-test/tests/jaeger/bug583158.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // |jit-test| error: ReferenceError |
|
2 function g() { |
|
3 var rv = (function() { |
|
4 this << 1 |
|
5 })() |
|
6 if (a) (function() {}) |
|
7 } |
|
8 g() |
|
9 |