comparison: js/src/jit-test/tests/ion/bug807047.js
js/src/jit-test/tests/ion/bug807047.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function f(code) { |
|
2 eval(code) |
|
3 } |
|
4 f("\ |
|
5 function h({x}) {\ |
|
6 print(x)\ |
|
7 }\ |
|
8 h(/x/);\ |
|
9 ") |