bug1703782.js (291B)
1 // Bug 1703782 - Assertion failure: this->is<T>(), at vm/JSObject.h:467 2 var g7 = newGlobal({ newCompartment: true }); 3 g7.parent = this; 4 g7.eval(` 5 Debugger(parent).onEnterFrame = function(frame) { 6 let v = frame.environment.getVariable('var0'); 7 }; 8 `); 9 class C144252 { 10 static #x; 11 }