bug-1233915.js (259B)
1 g = newGlobal({newCompartment: true}); 2 g.parent = this; 3 g.eval("(" + function() { 4 Debugger(parent) 5 .onExceptionUnwind = function(frame) { 6 return frame.eval(""); 7 }; 8 } + ")()"); 9 m = parseModule(` s1 `); 10 moduleLink(m); 11 moduleEvaluate(m);