(value)
| 171 | assertHoley(obj); |
| 172 | |
| 173 | function newarraycase_smidouble(value) { |
| 174 | var a = new Array(); |
| 175 | a[0] = value; |
| 176 | return a; |
| 177 | } |
| 178 | |
| 179 | // Case: new Array() as allocation site, smi->double |
| 180 | obj = newarraycase_smidouble(1); |
no outgoing calls
no test coverage detected