Lines Matching defs:b
10 const b = new Blob(); constant
28 const b = new Blob([]); constant
50 const b = new Blob(['616263'], { encoding: 'hex', type: 'foo' }); constant
59 const b = new Blob([Buffer.from('abc')]); constant
67 const b = new Blob([new ArrayBuffer(3)]); constant
75 const b = new Blob([new Uint8Array(3)]); constant
83 const b = new Blob([new Blob(['abc'])]); constant
91 const b = new Blob(['hello', Buffer.from('world')]); constant
99 const b = new Blob( constant
114 const b = new Blob(['hello', Buffer.from('world')]); constant
159 const b = new Blob([Buffer.from('hello'), Buffer.from('world')]); constant
174 const b = new Blob(['hello'], { type: '\x01' }); constant
190 const b = new Blob(['test', 42]); constant
197 const b = new Blob(); constant