bug1899215.js (243B)
1 var g = newGlobal({newCompartment: true}); 2 g.parent = this; 3 g.eval(` 4 Debugger(parent).onEnterFrame = function() { 5 newGlobal({newCompartment: true}).eval('import("")').catch(Object); 6 }; 7 `); 8 stackTest(function(){}, {keepFailing: true});