summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug851067.js
blob: 79f3b1b1efc9eb2478a71fdde6ad6bc5fc900a8d (plain)
1
2
3
4
5
6
function toPrinted(value) {
  value = String(value);
}
String = Array;
toPrinted(123);
evaluate('toPrinted("foo");');