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