(obj)
| 12020 | } |
| 12021 | |
| 12022 | function isBuffer (obj) { |
| 12023 | return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj) |
| 12024 | } |
| 12025 | |
| 12026 | // For Node v0.10 support. Remove this eventually. |
| 12027 | function isSlowBuffer (obj) { |
no outgoing calls
no test coverage detected