Source code

Revision control

Copy as Markdown

Other Tools

function f(x) {
try {
eval(x);
} catch (e) {}
};
f("enableGeckoProfilingWithSlowAssertions();");
f("enableTrackAllocations(); throw Error();");