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