1 2 3 4 5 6
// |jit-test| error:InternalError var x = []; x.push(x, x); // more than one so the sort can't be optimized away x.toString = x.sort; x.toString();