Source code
Revision control
Copy as Markdown
Other Tools
ignoreUnhandledRejections();
(function () {
g = newGlobal({newCompartment: true});
g.parent = this;
g.eval("(function() { var dbg = Debugger(parent); dbg.onEnterFrame = function() {} } )")
``;
oomTest(async function() {}, {expectExceptionOnFailure: false});
})()