in base.js [112:115]
function LengthResult(err, length) { this.err = err || null; this.length = length || 0; }