comparison: js/src/jit-test/tests/basic/testBadLetBodyWithArguments.js
js/src/jit-test/tests/basic/testBadLetBodyWithArguments.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // |jit-test| error:SyntaxError |
|
2 |
|
3 function test() { |
|
4 arguments; |
|
5 let (arguments); |
|
6 } |