comparison: js/src/jit-test/tests/basic/bug646968-6.js
js/src/jit-test/tests/basic/bug646968-6.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 function test(s) { |
|
2 eval(s); |
|
3 let (a = ({}).q = 0, x = x) |
|
4 assertEq(x, 5); |
|
5 } |
|
6 test('var x = 5;'); |