comparison: js/src/jit-test/tests/jaeger/loops/bug659452.js
js/src/jit-test/tests/jaeger/loops/bug659452.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 test(); |
|
2 function test() { |
|
3 var t = function () function printStatus() {}; |
|
4 for (var j = 0; j < 10; j++) t["-1"] |
|
5 } |