Searched refs:allocBuffer (Results 1 – 4 of 4) sorted by relevance
13 …allocBuffer:function(e){if(Buffer.alloc)return Buffer.alloc(e);var t=new Buffer(e);return t.fill(0… method
1312 allocBuffer: function (size) { method3189 …turn support.nodebuffer && String.fromCharCode.apply(null, nodejsUtils.allocBuffer(1)).length === …3269 return stringToArrayLike(input, nodejsUtils.allocBuffer(input.length));
52042 allocBuffer: function allocBuffer(size) {54133 …return support.nodebuffer && String.fromCharCode.apply(null, nodejsUtils.allocBuffer(1)).length ==…54213 return stringToArrayLike(input, nodejsUtils.allocBuffer(input.length));