Searched refs:newBufferFrom (Results 1 – 4 of 4) sorted by relevance
13 …newBufferFrom:function(e,t){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(e,t);… method
1295 newBufferFrom: function(data, encoding) { method2932 return nodejsUtils.newBufferFrom(str, "utf-8");3284 return nodejsUtils.newBufferFrom(input);3301 return nodejsUtils.newBufferFrom(new Uint8Array(input));3316 return nodejsUtils.newBufferFrom(input);
52023 newBufferFrom: function newBufferFrom(data, encoding) {53857 return nodejsUtils.newBufferFrom(str, "utf-8");54227 return nodejsUtils.newBufferFrom(input);54243 return nodejsUtils.newBufferFrom(new Uint8Array(input));54257 return nodejsUtils.newBufferFrom(input);