comparison: js/src/jit-test/tests/ion/bug851067.js
js/src/jit-test/tests/ion/bug851067.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 function toPrinted(value) { |
|
2 value = String(value); |
|
3 } |
|
4 String = Array; |
|
5 toPrinted(123); |
|
6 evaluate('toPrinted("foo");'); |