blob: d80c14619eac405f530ce7bd65b7aa1f7ba05bdf [file] [log] [blame]
function f(x) {
try {
eval(x);
} catch (e) {}
};
f("enableSPSProfilingWithSlowAssertions();");
f("enableTrackAllocations(); throw Error();");