blob: 100e7e762d1309bb4098d42c6bb7c7e9f848c370 [file] [log] [blame]
// |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();