(value, key)
| 8008 | var size = 0; |
| 8009 | |
| 8010 | function extractEntry(value, key) { |
| 8011 | this[index] = value; |
| 8012 | this[index + size] = key; |
| 8013 | index++; |
| 8014 | } |
| 8015 | |
| 8016 | return function mapToEntries(map) { |
| 8017 | size = map.size; |
nothing calls this directly
no outgoing calls
no test coverage detected