Source code

Revision control

Copy as Markdown

Other Tools

x = 0;
try {
a;
b;
} catch (e) {}
var g = newGlobal();
oomTest(function() {
return Debugger(g);
});
eval("function g() {}");