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