summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1195590.js
blob: 698ba011cae7e1e56b6d4df6804a87e503194d6f (plain)
1
2
3
4
5
6
7
function f(x) {
    try {
        eval(x);
    } catch (e) {}
};
f("enableGeckoProfilingWithSlowAssertions();");
f("enableTrackAllocations(); throw Error();");