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

http://github.com/zpao/v8monkey · JavaScript · 6 lines · 6 code · 0 blank · 0 comment · 1 complexity · 5e79cfa844de83bbd0181ca15c5b4301 MD5 · raw file

  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. }