()
| 2381 | } |
| 2382 | }, |
| 2383 | recurse = function node_apps_hash_dirComplete_recurse():void { |
| 2384 | let b = 0, |
| 2385 | end = (listlen - a < shortlimit) |
| 2386 | ? listlen - a |
| 2387 | : shortlimit; |
| 2388 | do { |
| 2389 | typeHash(a, end); |
| 2390 | a = a + 1; |
| 2391 | b = b + 1; |
| 2392 | } while (b < shortlimit && a < listlen); |
| 2393 | }, |
| 2394 | sorty = function node_apps_hash_dirComplete_sorty(a:directoryItem, b:directoryItem) { |
| 2395 | if (a[0] < b[0]) { |
| 2396 | return -1; |
no test coverage detected