/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
- ForIn_2();
- function ForIn_2( object ) {
- PropertyArray=new Array;
- var PropertyArray = 'Do not assert: !cx->throwing';
- for ( i in object ) PropertyArray.length-1;
- }