michael@0: // |jit-test| debug michael@0: function f() { ({}).m = function(){}; } michael@0: trap(f, 11, ''); michael@0: f();