js/src/jit-test/tests/auto-regress/bug635389.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:1f73b2400c6d
1 // |jit-test| error:InternalError
2
3 // Binary: cache/js-dbg-64-a3946d490610-linux
4 // Flags:
5 //
6 var x = [];
7 x.join = x.toString;
8 "" + x;

mercurial