Searched refs:allocBuffer (Results 1 – 3 of 3) sorted by relevance
1312 allocBuffer: function (size) { method in module.exports3189 …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));