Home
last modified time | relevance | path

Searched refs:_divisor (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/js/binary/
Darith.js227 jspb.arith.UInt64.prototype.div = function(_divisor) { argument
228 if (_divisor == 0) {
237 var divisor = new jspb.arith.UInt64(_divisor, 0);