bug800878.js (235B)
1 // |jit-test| error:Error 2 3 // Binary: cache/js-dbg-32-1301a72b1c39-linux 4 // Flags: --ion-eager 5 // 6 7 load(libdir + "evalInFrame.js"); 8 9 [1,2,3,4,(':'),6,7,8].forEach( 10 function(x) { 11 assertEq(evalInFrame(0, ('^')), x); 12 } 13 );