1 2 3 4 5 6 7
function f(x) { try { eval(x); } catch (e) {} }; f("enableGeckoProfilingWithSlowAssertions();"); f("enableTrackAllocations(); throw Error();");