Searched refs:kMaxUIntValue (Results 1 – 1 of 1) sorted by relevance
64 static const uint64_t kMaxUIntValue = V8_UINT64_C(0x100000000); in is_uint32() local65 return x < kMaxUIntValue; in is_uint32()