comparison: js/src/jit-test/tests/jaeger/recompile/bug655998.js
js/src/jit-test/tests/jaeger/recompile/bug655998.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 function f(x) { |
|
2 var y; |
|
3 gc(); |
|
4 ++x.x; |
|
5 } |
|
6 f(1); |
|
7 f.call(2, 3); |