comparison: js/src/jit-test/tests/auto-regress/bug563034.js
js/src/jit-test/tests/auto-regress/bug563034.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // Binary: cache/js-dbg-64-c9212eb6175b-linux |
|
2 // Flags: |
|
3 // |
|
4 function f(a) { |
|
5 function g() { |
|
6 yield function () a; |
|
7 } |
|
8 return g(); |
|
9 } |
|
10 var x; |
|
11 f(7).next()(); |