Source code
Revision control
Copy as Markdown
Other Tools
function f() {
"use strict";
}
g = new Proxy(f, {});
Object.defineProperty(g, "arguments", {set: function(){}});
function f() {
"use strict";
}
g = new Proxy(f, {});
Object.defineProperty(g, "arguments", {set: function(){}});