Searched refs:opt_lowBits (Results 1 – 3 of 3) sorted by relevance
423 function test(x, opt_highBits, opt_lowBits) { argument428 if (opt_lowBits !== undefined) {429 if (opt_lowBits != jspb.utils.split64Low) throw 'fail!';
429 function test(x, opt_highBits, opt_lowBits) { argument435 if (opt_lowBits !== undefined) {437 expect(opt_lowBits.toString(16)).toEqual(split64Low.toString(16));