()
| 45765 | } |
| 45766 | |
| 45767 | function kMaxLength() { |
| 45768 | return Buffer.TYPED_ARRAY_SUPPORT ? 0x7fffffff : 0x3fffffff; |
| 45769 | } |
| 45770 | |
| 45771 | function createBuffer(that, length) { |
| 45772 | if (kMaxLength() < length) { |
no outgoing calls
no test coverage detected