Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error:TypeError
g = newGlobal();
g.parent = this;
g.eval("(" + function() {
Debugger(parent).onExceptionUnwind = function() { return 0; };
} + ")()");
async function f() {
t;
}
f();