blob: d8d4d30c1fafda7ba0db0434db561ecd4158280a [file] [edit]
function foo() {
const o = new Proxy(arguments, {});
o.x = null;
}
foo();