(value)
| 185 | assertKind(elements_kind.fast_double, obj); |
| 186 | |
| 187 | function newarraycase_smiobj(value) { |
| 188 | var a = new Array(); |
| 189 | a[0] = value; |
| 190 | return a; |
| 191 | } |
| 192 | |
| 193 | // Case: new Array() as allocation site, smi->fast |
| 194 | obj = newarraycase_smiobj(1); |
no outgoing calls
no test coverage detected