summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug635389.js
blob: 5eaff76612e7802ce12377461cf9190fb862b497 (plain)
1
2
3
4
5
6
7
8
// |jit-test| error:InternalError

// Binary: cache/js-dbg-64-a3946d490610-linux
// Flags:
//
var x = [];
x.join = x.toString;
"" + x;