(value)
| 199 | assertKind(elements_kind.fast, obj); |
| 200 | |
| 201 | function newarraycase_length_smidouble(value) { |
| 202 | var a = new Array(3); |
| 203 | a[0] = value; |
| 204 | return a; |
| 205 | } |
| 206 | |
| 207 | // Case: new Array(length) as allocation site |
| 208 | obj = newarraycase_length_smidouble(1); |
no outgoing calls
no test coverage detected