Home | History | Annotate | Download | only in js

Lines Matching refs:bytes2

1162     var bytes2 = /** @type {!Uint8Array} */(field2);
1163 if (bytes1.length != bytes2.length) return false;
1165 if (bytes1[i] != bytes2[i]) return false;