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