comparison: js/src/jit-test/tests/jaeger/recompile/bug643182.js
js/src/jit-test/tests/jaeger/recompile/bug643182.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 x = 123; |
|
2 function f() {} |
|
3 function g(o) { |
|
4 y = x.p; |
|
5 eval('o'); |
|
6 } |
|
7 g(f); |