I am looking for a way of performing a bitwise AND on a 64 bit integer in JavaScript.
JavaScript will cast all of its double values into signed 32-bit integers to do
The Closure library has goog.math.Long with a bitwise add() method.
add()