@@ -952,18 +952,18 @@ function writeFloatBackwards(val, offset = 0) {
952952class FastBuffer extends Uint8Array { }
953953
954954function addBufferPrototypeMethods ( proto ) {
955- proto . readBigUInt64LE = readBigUInt64LE ,
956- proto . readBigUInt64BE = readBigUInt64BE ,
957- proto . readBigUint64LE = readBigUInt64LE ,
958- proto . readBigUint64BE = readBigUInt64BE ,
959- proto . readBigInt64LE = readBigInt64LE ,
960- proto . readBigInt64BE = readBigInt64BE ,
961- proto . writeBigUInt64LE = writeBigUInt64LE ,
962- proto . writeBigUInt64BE = writeBigUInt64BE ,
963- proto . writeBigUint64LE = writeBigUInt64LE ,
964- proto . writeBigUint64BE = writeBigUInt64BE ,
965- proto . writeBigInt64LE = writeBigInt64LE ,
966- proto . writeBigInt64BE = writeBigInt64BE ,
955+ proto . readBigUInt64LE = readBigUInt64LE ;
956+ proto . readBigUInt64BE = readBigUInt64BE ;
957+ proto . readBigUint64LE = readBigUInt64LE ;
958+ proto . readBigUint64BE = readBigUInt64BE ;
959+ proto . readBigInt64LE = readBigInt64LE ;
960+ proto . readBigInt64BE = readBigInt64BE ;
961+ proto . writeBigUInt64LE = writeBigUInt64LE ;
962+ proto . writeBigUInt64BE = writeBigUInt64BE ;
963+ proto . writeBigUint64LE = writeBigUInt64LE ;
964+ proto . writeBigUint64BE = writeBigUInt64BE ;
965+ proto . writeBigInt64LE = writeBigInt64LE ;
966+ proto . writeBigInt64BE = writeBigInt64BE ;
967967
968968 proto . readUIntLE = readUIntLE ;
969969 proto . readUInt32LE = readUInt32LE ;
0 commit comments