(array)
| 363 | ts.emptyMap = new ts.Map(); |
| 364 | ts.emptySet = new ts.Set(); |
| 365 | function length(array) { |
| 366 | return array ? array.length : 0; |
| 367 | } |
| 368 | ts.length = length; |
| 369 | /** |
| 370 | * Iterates through 'array' by index and performs the callback on each element of array until the callback |
no outgoing calls
no test coverage detected