-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: bson-4.2.0
-
Component/s: BSON
The Long class has a number of alias methods for example `mul` -> `multiply`.
Currently they are defined like class properties `shl = Long.prototype.shiftLeft;` this makes them enumerable and so the print out in console.dir calls. We should make them into actual methods making them no longer enumerable.