()
| 382 | (function() { |
| 383 | // Make sure we handle nested arrays |
| 384 | function get_nested_literal() { |
| 385 | var literal = [[1,2,3,4], [2], [3]]; |
| 386 | return literal; |
| 387 | } |
| 388 | |
| 389 | obj = get_nested_literal(); |
| 390 | assertKind(elements_kind.fast, obj); |
no outgoing calls
no test coverage detected