summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug800878.js
blob: ce6aabd586c14fb550f8ecf260bbf66e600c5dcd (plain)
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);
    }
);