Searched refs:kMaxUint64 (Results 1 – 1 of 1) sorted by relevance
58 static const uint64_t kMaxUint64 = V8_2PART_UINT64_C(0xFFFFFFFF, FFFFFFFF); variable140 while (i < buffer.length() && result <= (kMaxUint64 / 10 - 1)) { in ReadUint64()