(obj, prop)
| 30069 | }; |
| 30070 | |
| 30071 | function hasOwnProperty(obj, prop) { |
| 30072 | return Object.prototype.hasOwnProperty.call(obj, prop); |
| 30073 | } |
| 30074 | |
| 30075 | }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {}) |
| 30076 | },{"./support/isBuffer":156,"_process":138,"inherits":155}],158:[function(require,module,exports){ |
no outgoing calls
no test coverage detected