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