michael@0: // |jit-test| error: TypeError michael@0: Object.prototype.apply = Function.prototype.apply; michael@0: ({}).apply(null, null); // don't assert