michael@0: // Binary: cache/js-dbg-64-7ef107ab081e-linux michael@0: // Flags: michael@0: // michael@0: var sandbox = evalcx(""); michael@0: function e(code) { try { evalcx(code, sandbox); } catch(e) { } } michael@0: e("let x;"); michael@0: e("Object.seal(this);"); michael@0: e("x=Proxy.createFunction({keys:Object.getPrototypeOf},function(){})"); michael@0: e("const y;"); michael@0: