michael@0: // |jit-test| error:Error michael@0: michael@0: // Binary: cache/js-dbg-32-1301a72b1c39-linux michael@0: // Flags: --ion-eager michael@0: // michael@0: michael@0: [1,2,3,4,(':'),6,7,8].forEach( michael@0: function(x) { michael@0: assertEq(evalInFrame(0, ('^')), x); michael@0: } michael@0: );