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