comparison: js/src/jit-test/tests/basic/bug646968-7.js
js/src/jit-test/tests/basic/bug646968-7.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // |jit-test| debug |
|
2 |
|
3 function test(s) { |
|
4 eval(s); |
|
5 let (y = evalInFrame(0, '3'), x = x) { |
|
6 assertEq(x, 5); |
|
7 } |
|
8 } |
|
9 test('var x = 5;'); |