blob: 4ac6e262cfb063cde97b9977bed5888ccf10af9e (
plain)
1
2
3
4
5
|
// |jit-test| error: ReferenceError
var g = newGlobal({newCompartment: true});
g.parent = this;
g.eval("new Debugger(parent).onExceptionUnwind = function () { hits++; };");
import('')();
|