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