(pair)
| 50 | } |
| 51 | |
| 52 | function entryFromPair(pair) { |
| 53 | var entry = pair.slice(); |
| 54 | entry._size = size(entry); |
| 55 | return entry; |
| 56 | } |
| 57 | |
| 58 | // The encoder decides how to update the header table and as such can control how much memory is |
| 59 | // used by the header table. To limit the memory requirements on the decoder side, the header table |