src/Int64.js
Function setValue
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
setValue: function(hi, lo) {
var negate = false;
if (arguments.length === 1) {
if (typeof(hi) === 'number') {
// Simplify bitfield retrieval by using abs() value. We restore sign