(value)
| 221 | // assertKind(elements_kind.fast, obj); |
| 222 | |
| 223 | function newarraycase_length_smiobj(value) { |
| 224 | var a = new Array(3); |
| 225 | a[0] = value; |
| 226 | return a; |
| 227 | } |
| 228 | |
| 229 | // Case: new Array(<length>) as allocation site, smi->fast |
| 230 | obj = newarraycase_length_smiobj(1); |
no outgoing calls
no test coverage detected