Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error: ReferenceError
g = newGlobal({newCompartment: true});
g.parent = this;
g.eval("new Debugger(parent).onExceptionUnwind = function () {}");
a = new class extends Array {
constructor() {
for (;; ([] = p)) {}
}
}