js/src/jit-test/tests/jaeger/loops/bug651155.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:67a58612252d
1 ForIn_2();
2 function ForIn_2( object ) {
3 PropertyArray=new Array;
4 var PropertyArray = 'Do not assert: !cx->throwing';
5 for ( i in object ) PropertyArray.length-1;
6 }

mercurial