michael@0: // |jit-test| error:TypeError michael@0: michael@0: // Binary: cache/js-dbg-64-66c8ad02543b-linux michael@0: // Flags: michael@0: // michael@0: var handler = { fix: function() { return []; } }; michael@0: var p = Proxy.createFunction(handler, function(){}, function(){}); michael@0: Proxy.fix(p); michael@0: new p();