Home
last modified time | relevance | path

Searched refs:OurUint8Array (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/node_modules/readable-stream/lib/
D_stream_writable.js67 var OurUint8Array = (typeof global !== 'undefined' ? global : typeof window !== 'undefined' ? windo… variable
72 return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;
D_stream_readable.js44 var OurUint8Array = (typeof global !== 'undefined' ? global : typeof window !== 'undefined' ? windo… variable
49 return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;