comparison: js/src/jit-test/tests/jaeger/bug662072.js
js/src/jit-test/tests/jaeger/bug662072.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 (function () { |
|
2 var x; |
|
3 x = arguments.length; |
|
4 return function () { |
|
5 [1][x = arguments.length]; |
|
6 }; |
|
7 }).call().apply(); |