kanthakran

Results 1 issues of kanthakran

https://github.com/protobufjs/protobuf.js/blob/2cdbba32da9951c1ff14e55e65e4a9a9f24c70fd/src/util/longbits.js#L116 ``` ? new util.Long(this.lo | 0, this.hi | 0, Boolean(unsigned)) //new util.Long(this.lo | 0, this.hi | 0, Boolean(unsigned))// new util.Long(this.lo | 0, this.hi | 0, Boolean(unsigned)) ^ TypeError: util.Long...