michael@0: // |jit-test| error: TypeError michael@0: function f() { michael@0: "use strict"; michael@0: } michael@0: g = wrap(f); michael@0: Object.defineProperty(g, "arguments", {set: function(){}});