michael@0: // |jit-test| error: InternalError michael@0: // don't assert michael@0: michael@0: gczeal(2) michael@0: function x() { michael@0: [null].some(x) michael@0: } michael@0: x(); michael@0: